采购入库代码补全

This commit is contained in:
Zhang.WH
2025-03-10 17:54:12 +08:00
parent b82d50c081
commit c114e27223
18 changed files with 347 additions and 52 deletions

View File

@@ -66,6 +66,11 @@ public class CommonConstants {
* 活动定义
*/
String WOR_ACTIVITY_DEFINITION = "wor_activity_definition";
/**
* 发放请求
*/
String WOR_SUPPLY_REQUEST = "wor_supply_request";
}
/**