1.pms主网测点数据统计功能
This commit is contained in:
@@ -624,6 +624,11 @@ public enum DicDataEnum {
|
||||
WORK_ORDER_STATUS_ING("处理中","02"),
|
||||
WORK_ORDER_STATUS_HAS("已上报","03"),
|
||||
WORK_ORDER_STATUS_CLOSE("已闭环","04"),
|
||||
|
||||
|
||||
YES("是","1"),
|
||||
NO("否","0")
|
||||
|
||||
;
|
||||
|
||||
private final String name;
|
||||
|
||||
@@ -10,6 +10,13 @@ import lombok.Getter;
|
||||
*/
|
||||
@Getter
|
||||
public enum DicTreeEnum {
|
||||
|
||||
/**
|
||||
* 树结构字典类型
|
||||
*/
|
||||
HB_PMS_TYPE("河北pms对象类型","0"),
|
||||
REPORT_UNIT_TYPE("自定义报表单位指标","1"),
|
||||
|
||||
/**
|
||||
* 字典树
|
||||
*/
|
||||
@@ -118,6 +125,10 @@ public enum DicTreeEnum {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user