From b40cfc1d6bc01ae70883671074b8d26f83fc90d1 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期五, 15 八月 2025 18:32:33 +0800
Subject: [PATCH] art: WMS相关接口代码,WebService wsdl2java插件集成

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

diff --git a/src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java b/src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java
index efccd0d..db5c5ca 100644
--- a/src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java
+++ b/src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java
@@ -92,8 +92,8 @@
     @ApiModelProperty(value = "鎺掍骇鏃ユ湡")
     private Date workOrderDate;
 	/**宸ュ崟鐘舵��*/
-	@Excel(name = "宸ュ崟鐘舵��", width = 15, dicCode = "mes_work_order_status")
-	@Dict(dicCode = "mes_work_order_status")
+	@Excel(name = "宸ュ崟鐘舵��", width = 15, dicCode = "work_order_status")
+	@Dict(dicCode = "work_order_status")
     @ApiModelProperty(value = "宸ュ崟鐘舵��")
     private String workOrderStatus;
 	/**瀹為檯鎶ュ伐鏁伴噺*/

--
Gitblit v1.9.3