From c9a3d872c8476060e5877f9fff107ac2ef39e307 Mon Sep 17 00:00:00 2001
From: houshuai <17802598606@163.com>
Date: 星期一, 07 七月 2025 20:51:26 +0800
Subject: [PATCH] 生产管控模块 基本搭建2

---
 src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java |    3 +++
 1 files changed, 3 insertions(+), 0 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 2013fab..488323c 100644
--- a/src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java
+++ b/src/main/java/org/jeecg/modules/mes/entity/MesProductionWorkOrder.java
@@ -74,14 +74,17 @@
     private Double planQuantity;
 	/**浜х嚎ID(鍐椾綑)*/
 	@Excel(name = "浜х嚎ID(鍐椾綑)", width = 15)
+    @Dict(dictTable = "base_factory", dicCode = "id", dicText = "factory_name")
     @ApiModelProperty(value = "浜х嚎ID(鍐椾綑)")
     private String factoryId;
 	/**鐝粍ID*/
 	@Excel(name = "鐝粍ID", width = 15)
+    @Dict(dictTable = "base_shift_group", dicCode = "id", dicText = "group_name")
     @ApiModelProperty(value = "鐝粍ID")
     private String groupId;
 	/**鐝ID(鍐椾綑)*/
 	@Excel(name = "鐝ID(鍐椾綑)", width = 15)
+    @Dict(dictTable = "base_shift", dicCode = "id", dicText = "shift_name")
     @ApiModelProperty(value = "鐝ID(鍐椾綑)")
     private String shiftId;
 	/**鎺掍骇鏃ユ湡*/

--
Gitblit v1.9.3