超差判定等再修改

This commit is contained in:
2026-03-10 10:50:49 +08:00
parent 4898894515
commit ea2778ce4e
21 changed files with 456 additions and 695 deletions

View File

@@ -187,6 +187,15 @@ public interface QmsCommonConstant {
/** 结果判定-已上报 */
String ASMT_REPORTED = "reported";
/** 超差判断类型:内控 **/
String ASMT_TYPE_INTERNAL_CONTROL = "internalControl";
/** 超差判断类型:重复性 **/
String ASMT_TYPE_REPETITIVENESS = "repetitiveness";
/** 超差判断类型:再现性 **/
String ASMT_TYPE_REPRODUCIBILITY = "reproducibility";
/** 检验完成状态-完成 **/
String CHECKED = "checked";