From b0ae9e5d1c8add200ded8957c068223b9703c1e3 Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期三, 27 八月 2025 18:00:09 +0800 Subject: [PATCH] feat(cms): 为 RatedLife 实体添加字典注解- 在 RatedLife 实体的 cuttingId 字段上添加了 @Dict 注解 - 优化了 RatedLifeController 中的代码格式和注释 --- src/main/java/org/jeecg/modules/cms/entity/CuttingInventory.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/jeecg/modules/cms/entity/CuttingInventory.java b/src/main/java/org/jeecg/modules/cms/entity/CuttingInventory.java index 4b6649c..f9c7d7b 100644 --- a/src/main/java/org/jeecg/modules/cms/entity/CuttingInventory.java +++ b/src/main/java/org/jeecg/modules/cms/entity/CuttingInventory.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