委托加工订单接口相关实现

This commit is contained in:
潘荣晟
2026-02-05 16:49:16 +08:00
parent 3b33b9b65b
commit 723daf8ee5
21 changed files with 629 additions and 143 deletions

View File

@@ -16,4 +16,5 @@ public class ErpConstants {
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";//插入
public static final String CONSTANTS_L = "L";//科目类别L
}