委托单号根据配置来源于字段或生成规则生成

This commit is contained in:
2025-10-30 16:58:22 +08:00
parent 7375539ede
commit b75c389b84
26 changed files with 155 additions and 6 deletions

View File

@@ -136,4 +136,13 @@ public interface QmsCommonConstant {
/** 平行 **/
String ASSAY_TYPE_SINGLE_PARALLEL = "single_parallel";
/** 配料 **/
String ASSAY_PROJECT_USAGE_INGREDIENT = "ingredient";
/** 报出 **/
String ASSAY_PROJECT_USAGE_REPORT = "report";
/** 配料和报出 **/
String ASSAY_PROJECT_USAGE_INGREDIENT_REPORT = "ingredient_report";
}