添加常量

This commit is contained in:
2026-03-27 14:04:15 +08:00
parent 8cf12baf4e
commit 15af4cb39d

View File

@@ -248,6 +248,12 @@ public interface QmsCommonConstant {
/** 手动 **/
String MANUAL = "manual";
/** 接口 **/
String INTERFACE = "interface";
/** 内部接口 **/
String INTERFACE_INTERNAL = "interface_internal";
/** 样品库操作类型: 归库、调拨、下架 **/
String SAMPLE_STORAGE_OPERATION_TYPE_STORAGE = "storage";