feat:【全局】system-enum.ts 拆分成 biz-*-enum.ts 多个枚举类,解耦

This commit is contained in:
YunaiV
2025-11-19 20:51:26 +08:00
parent c0fe164710
commit 234ca5cfa4
9 changed files with 1222 additions and 1232 deletions

View File

@@ -0,0 +1,8 @@
export const ErpBizType = {
PURCHASE_ORDER: 10,
PURCHASE_IN: 11,
PURCHASE_RETURN: 12,
SALE_ORDER: 20,
SALE_OUT: 21,
SALE_RETURN: 22,
};