From 99af0223ae0858c69d1b75106d5f8bb0ab14b129 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期三, 27 八月 2025 17:04:29 +0800
Subject: [PATCH] art: 移库单回调出库逻辑添加

---
 src/main/java/org/jeecg/modules/mes/entity/MesTransferOrderPrint.java |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/main/java/org/jeecg/modules/mes/entity/MesTransferOrderPrint.java b/src/main/java/org/jeecg/modules/mes/entity/MesTransferOrderPrint.java
index 7363eec..aa2d2e3 100644
--- a/src/main/java/org/jeecg/modules/mes/entity/MesTransferOrderPrint.java
+++ b/src/main/java/org/jeecg/modules/mes/entity/MesTransferOrderPrint.java
@@ -61,11 +61,10 @@
 	@Excel(name = "绉诲簱鍗曞彿", width = 15)
     @ApiModelProperty(value = "绉诲簱鍗曞彿")
     private String workOrderCode;
-	/**绉诲簱绫诲瀷*/
-	@Excel(name = "绉诲簱绫诲瀷", width = 15, dicCode = "order_category")
-	@Dict(dicCode = "order_category")
-    @ApiModelProperty(value = "绉诲簱绫诲瀷")
-    private String orderCategory;
+    /**搴撳瓨ID*/
+    @Excel(name = "搴撳瓨ID", width = 15)
+    @ApiModelProperty(value = "搴撳瓨ID")
+    private String inventoryId;
 	/**鍘熷簱瀛樺湴*/
 	@Excel(name = "鍘熷簱瀛樺湴", width = 15)
     @ApiModelProperty(value = "鍘熷簱瀛樺湴")

--
Gitblit v1.9.3