技术监督bug修改
This commit is contained in:
@@ -487,9 +487,26 @@ public enum DicDataEnum {
|
||||
UNBALANCE("三项不平横","unbalance"),
|
||||
FUND("基波","fund"),
|
||||
|
||||
;
|
||||
|
||||
|
||||
|
||||
|
||||
/**pms******************************start*/
|
||||
|
||||
|
||||
/**
|
||||
* 实施状态
|
||||
*/
|
||||
Nocarried("未开展","Nocarried"),
|
||||
Progressing("开展中","Progressing"),
|
||||
Reviewing("待审核","Reviewing"),
|
||||
Completed("已完成","Completed")
|
||||
|
||||
|
||||
|
||||
/**pms******************************end*/
|
||||
;
|
||||
|
||||
private final String name;
|
||||
private final String code;
|
||||
private final Float value;
|
||||
|
||||
@@ -93,6 +93,14 @@ public enum DicDataTypeEnum {
|
||||
SUPV_PROBLEM_TYPE("监督问题类型","problem_type"),
|
||||
RECTIFICATION_MEASURE("整改方案","RectificationMeasure"),
|
||||
|
||||
SUPV_PLAN_STATUS("监督计划状态","plan_status"),
|
||||
BILL_TYPE("单据类型","bill_type"),
|
||||
SPECIALITY_TYPE("所属专业","speciality_type"),
|
||||
RECTIFICATION_STATUS_TYPE("整改情况","rectification_status_type"),
|
||||
file_type("附件分类"," file_type"),
|
||||
problem_level_type("问题等级"," problem_level_type"),
|
||||
|
||||
|
||||
APP_BASE_INFORMATION_TYPE("app基础信息类型","appInformationType"),
|
||||
|
||||
APP_DEVICE_EVENT_TYPE("app设备事件类型","appDeviceEventType"),
|
||||
|
||||
@@ -40,7 +40,7 @@ public enum SystemResponseEnum {
|
||||
MONITOR_TYPE_EMPTY("A00368","查询字典监测点类别为空"),
|
||||
ACTIVATED_STATE("A00369","必须存在一个已激活的系统类型"),
|
||||
ADVANCE_REASON("A00370","查询字典暂降原因为空"),
|
||||
|
||||
EFFECT_STATUS_EMPTY("A00370","查询字典实施状态为空"),
|
||||
|
||||
|
||||
EVENT_REPORT_REPEAT("A00361","暂态报告模板重复"),
|
||||
|
||||
@@ -50,7 +50,7 @@ public class DictDataParam {
|
||||
private Integer algoDescribe;
|
||||
|
||||
|
||||
@ApiModelProperty("字典值")
|
||||
@ApiModelProperty("字典值,用于记录字典的计算值如10kV记录为 10")
|
||||
private String value;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user