仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1、首页配置 2、调整BaseModelDTO的位置
dangsn
2024-12-25
2f8555410f031e66ee91ee60f64d1cc9a34cc7d9
[PLTWEB.git]
/
Source
/
Client
/
PLTClient
/
src
/
com
/
vci
/
client
/
uif
/
engine
/
common
/
api
/
ICustomAction.java
1
2
3
4
5
package com.vci.client.uif.engine.common.api;
public interface ICustomAction {
public CustomActionResult actionPerformed(CustomActionEvent e) throws Exception;
}