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/MesWorkReporting.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/jeecg/modules/mes/entity/MesWorkReporting.java b/src/main/java/org/jeecg/modules/mes/entity/MesWorkReporting.java index 36fb341..b9e43ff 100644 --- a/src/main/java/org/jeecg/modules/mes/entity/MesWorkReporting.java +++ b/src/main/java/org/jeecg/modules/mes/entity/MesWorkReporting.java @@ -58,14 +58,17 @@ private Integer delFlag; /**璁㈠崟ID*/ @Excel(name = "璁㈠崟ID", width = 15) + @Dict(dictTable = "mes_production_order", dicCode = "id", dicText = "order_code") @ApiModelProperty(value = "璁㈠崟ID") private String orderId; /**宸ュ崟ID*/ @Excel(name = "宸ュ崟ID", width = 15) + @Dict(dictTable = "mes_production_work_order", dicCode = "id", dicText = "work_order_code") @ApiModelProperty(value = "宸ュ崟ID") private String workOrderId; /**浜х嚎ID*/ @Excel(name = "浜х嚎ID", width = 15) + @Dict(dictTable = "base_factory", dicCode = "id", dicText = "factory_name") @ApiModelProperty(value = "浜х嚎ID") private String factoryId; /**鎵规鍙�*/ @@ -92,6 +95,7 @@ private Date reportTime; /**绾胯竟浠揑D*/ @Excel(name = "绾胯竟浠揑D", width = 15) + @Dict(dictTable = "base_line_side_warehouse", dicCode = "id", dicText = "warehouse_name") @ApiModelProperty(value = "绾胯竟浠揑D") private String warehouseId; /**鎴愬搧涓嬬嚎鎵撳嵃鐘舵��*/ -- Gitblit v1.9.3