ADD: 1、更新监测点的检测结果接口。

This commit is contained in:
贾同学
2025-09-15 10:39:09 +08:00
parent 9deaea9e81
commit 4532f2242b
5 changed files with 62 additions and 0 deletions

View File

@@ -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 = "设备监测点结果使用批次不能为空";
}