From 399e7d565f19f59a8da82277da8f3eab527c2c56 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期二, 09 九月 2025 19:40:20 +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