From 5bce6fa4728a9fb62b95e94828fddf8f3134a409 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 14 八月 2026 15:55:31 +0800
Subject: [PATCH] feat(bpm): 添加业务附件配置功能
---
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/enums/MesBizTypeConstants.java | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/enums/MesBizTypeConstants.java b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/enums/MesBizTypeConstants.java
index b09a030..b089810 100644
--- a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/enums/MesBizTypeConstants.java
+++ b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/enums/MesBizTypeConstants.java
@@ -6,7 +6,7 @@
* 闆嗕腑绠$悊涓氬姟绫诲瀷鏋氫妇鐨勭紪鍙凤紝鎸変笟鍔″煙鍒嗘銆�
* 鍚勬灇涓剧被寮曠敤姝ゅ甯搁噺锛岄伩鍏嶇‖缂栫爜鏁板瓧銆傦紙涔熼伩鍏嶅啿绐侊紒锛侊紒锛�
*
- * @author 鑺嬮亾婧愮爜
+ * @author 瓒呯骇绠$悊鍛�
*/
public final class MesBizTypeConstants {
@@ -47,6 +47,8 @@
public static final int WM_ITEM_CONSUME = 123; // 鐢熶骇娑堣�楋細MesWmItemConsumeDO
public static final int WM_PRODUCT_PRODUCE = 124; // 浜у搧浜у嚭锛歁esWmProductProduceDO
public static final int WM_RETURN_VENDOR = 125; // 渚涘簲鍟嗛��璐у嚭搴擄細MesWmReturnVendorDO
+ public static final int WM_STOCK_ADJUST_IN = 126; // 搴撳瓨璋冩暣鍏ュ簱锛堣嚜瀹氫箟鍏ュ簱锛�
+ public static final int WM_STOCK_ADJUST_OUT = 127; // 搴撳瓨璋冩暣鍑哄簱锛堣嚜瀹氫箟鍑哄簱锛�
// ========== CAL 鎺掔彮妯″潡 [200, 300) ==========
@@ -72,7 +74,7 @@
// ========== MD 涓绘暟鎹ā鍧� [600, 700) ==========
public static final int MD_ITEM = 600; // 鐗╂枡锛歁esMdItemDO
- public static final int MD_VENDOR = 601; // 渚涘簲鍟嗭細MesMdVendorDO
+ public static final int MD_VENDOR = 601; // 渚涘簲鍟嗭紙宸茶縼绉昏嚦 ERP 妯″潡锛�
public static final int MD_WORKSTATION = 602; // 宸ヤ綔绔欙細MesMdWorkstationDO
public static final int MD_WORKSHOP = 603; // 杞﹂棿锛歁esMdWorkshopDO
public static final int MD_USER = 604; // 浜哄憳锛氱郴缁熺敤鎴�
--
Gitblit v1.9.3