From 0bbd986930e4b41e0741fd07c4287208da398330 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期五, 01 八月 2025 17:03:37 +0800 Subject: [PATCH] art: 生产订单同步定时任务 --- 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