ADD: 1、更新监测点的检测结果接口。
This commit is contained in:
@@ -199,4 +199,8 @@ public interface DetectionValidMessage {
|
||||
String DEV_IDS_NOT_EMPTY = "被检设备不能为空";
|
||||
String STANDARD_DEV_IDS_NOT_EMPTY = "标准设备不能为空";
|
||||
String PAIRS_NOT_EMPTY = "配对关系不能为空";
|
||||
String DEV_MONITOR_ID_NOT_BLANK = "设备监测点ID不能为空";
|
||||
String DEV_MONITOR_RESULT_NOT_NULL = "设备监测点结果不能为空";
|
||||
String DEV_MONITOR_RESULT_TYPE_NOT_BLANK = "设备监测点结果来源类型不能为空";
|
||||
String DEV_MONITOR_RESULT_NUM_NOT_BLANK = "设备监测点结果使用批次不能为空";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user