委托加工和回收率管理优化

This commit is contained in:
潘荣晟
2026-02-04 16:28:24 +08:00
parent 7ba5dc2fc3
commit 4a091f54c3
13 changed files with 499 additions and 56 deletions

View File

@@ -13,4 +13,7 @@ public class ErpConstants {
public static final String WAREHOUSE_MMSITYPE_ENT = "ENT";//委托加工
public static final String WAREHOUSE_MMSITYPE_ENTED = "ENTED";//来料加工
public static final String SALES_DOCUMENT_REQUEST_FLAG_U = "U";//更新
public static final String SALES_DOCUMENT_REQUEST_FLAG_D = "D";//删除
public static final String SALES_DOCUMENT_REQUEST_FLAG_I = "I";//插入
}