From 747d8ed2f6926581f2ead16d13478914728a9ffa Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期日, 31 八月 2025 12:36:23 +0800 Subject: [PATCH] refactor(cms): 优化刀具入库提交流程并添加性能计时 --- 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