1.pms全过程用户临时档案功能
This commit is contained in:
@@ -27,4 +27,6 @@ public class SimpleDTO implements Serializable {
|
||||
|
||||
private Integer sort;
|
||||
|
||||
private Integer algoDescribe;
|
||||
|
||||
}
|
||||
|
||||
@@ -15,4 +15,6 @@ public class SimpleTreeDTO extends SimpleDTO implements Serializable {
|
||||
|
||||
private List<SimpleDTO> children;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -49,8 +49,10 @@ public enum GWSendEnum {
|
||||
|
||||
REPORT_CREATE("reportCreate", "/powerQuality/report/create"),
|
||||
|
||||
COMM_POINT("commPoint","/powerQuality/publicConnection/pqBusMonitorDataStatisticalCreate")
|
||||
|
||||
COMM_POINT("commPoint","/powerQuality/publicConnection/pqBusMonitorDataStatisticalCreate"),
|
||||
MAIN_MONITOR("mainMonitor","/powerQuality/runStatistics/monitorStatisticsCreate"),
|
||||
TEMP_USER_CREATE("tempUserCreate","/powerQuality/process/tempUserCreate"),
|
||||
MONTH_REPORT_CREATE("monthReportCreate","/powerQuality/process/monthReportCreate")
|
||||
;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user