判定结果上报

This commit is contained in:
2025-10-15 16:41:18 +08:00
parent 7603f8c6c3
commit 09fd13af72
45 changed files with 1052 additions and 158 deletions

View File

@@ -32,6 +32,9 @@ public interface QmsCommonConstant {
/** 正常 **/
String NORMAL = "normal";
/** 超差 **/
String EXCEEDS_TOLERANCE = "exceeds_tolerance";
/** 隔离 **/
String ISOLATION = "isolation";
@@ -74,6 +77,15 @@ public interface QmsCommonConstant {
/** 已完成 **/
String COMPLETED = "completed";
/** 固定字段 **/
String FIELD_FIXED = "field_fixed";
/** 动态字段 **/
String FIELD_DYNAMIC = "field_dynamic";
/** 计算字段 **/
String FIELD_CALCULATED = "field_calculated";
/** 委托登记 **/
String ENTRUST_REGISTRATION = "entrust_registration";