From 38f79bc836f2e4e070fc1fd845cc37882c4a90f6 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期一, 08 九月 2025 15:14:05 +0800 Subject: [PATCH] art: 物料扫码 --- src/main/java/org/jeecg/modules/cms/entity/RatedLife.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/jeecg/modules/cms/entity/RatedLife.java b/src/main/java/org/jeecg/modules/cms/entity/RatedLife.java index 743b44c..dea06b6 100644 --- a/src/main/java/org/jeecg/modules/cms/entity/RatedLife.java +++ b/src/main/java/org/jeecg/modules/cms/entity/RatedLife.java @@ -55,6 +55,7 @@ /**鍒�鍏稩D*/ @Excel(name = "鍒�鍏稩D", width = 15) @ApiModelProperty(value = "鍒�鍏稩D") + @Dict(dictTable = "cms_cutting_tool",dicCode = "id",dicText = "cutting_code") private String cuttingId; /**宸ヤ欢鏉愯川*/ @Excel(name = "宸ヤ欢鏉愯川", width = 15) -- Gitblit v1.9.3