自动火试金配料接口

This commit is contained in:
2025-11-25 14:46:36 +08:00
parent c522cf5f8f
commit 91df898e09
10 changed files with 258 additions and 10 deletions

View File

@@ -184,4 +184,7 @@ public interface QmsCommonConstant {
/** 手动 **/
String MANUAL = "manual";
/** 允许提交 **/
String ALLOW_SUBMIT = "allow_submit";
}