feat:报告数据算法调整

This commit is contained in:
FCL
2025-11-05 15:29:18 +08:00
parent 09ca90355d
commit a4105aef49
5 changed files with 169 additions and 14 deletions

View File

@@ -148,4 +148,10 @@ public interface QmsCommonConstant {
/** 品质控制 **/
String ASSAY_PROJECT_USAGE_QUALITY_CONTROL = "quality_control";
/** 检验完成状态-完成 **/
String CHECKED = "checked";
/** 检验完成状态-未完成 **/
String UNCHECKED = "unchecked";
}