检测计划相关功能代码-补充
This commit is contained in:
@@ -52,7 +52,7 @@ public interface DetectionValidMessage {
|
||||
|
||||
String RECHECK_NUM_NOT_NULL = "检测次数不能为空,请检查reCheckNum参数";
|
||||
|
||||
String PLAN_ID_NOT_NULL = "检测计划ID不能为空,请检查planId参数";
|
||||
String PLAN_ID_NOT_BLANK = "检测计划ID不能为空,请检查planId参数";
|
||||
|
||||
String PQ_DEV_IDS_NOT_NULL = "设备ID集合不能为null,请检查pqDevIds参数";
|
||||
|
||||
@@ -196,4 +196,7 @@ public interface DetectionValidMessage {
|
||||
String INSPECT_DATE_NOT_NULL = "定检日期不能为空";
|
||||
String HARM_SYS_ID_NOT_BLANK = "谐波系统设备id不能为空";
|
||||
String FATHER_PLAN_ID_FORMAT_ERROR = "父计划ID格式错误";
|
||||
String DEV_IDS_NOT_EMPTY = "被检设备不能为空";
|
||||
String STANDARD_DEV_IDS_NOT_EMPTY = "标准设备不能为空";
|
||||
String PAIRS_NOT_EMPTY = "配对关系不能为空";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user