feat:准备物料入库接口

This commit is contained in:
shusir
2026-02-04 18:03:51 +08:00
parent 33b5ec7be5
commit d5b40bfba0
11 changed files with 219 additions and 57 deletions

View File

@@ -76,7 +76,10 @@ public interface QmsCommonConstant {
/** 已驳回 **/
String REJECTED = "rejected";
/** 已拒绝 **/
String REFUSED = "refused";
/** 作废 **/
String VOID = "void";