From 2be9b7f9c675e6ffe64adfac0a3e37f30404af99 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期三, 11 六月 2025 10:35:58 +0800 Subject: [PATCH] 工具管理-刀具准备单功能接口开发 --- lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/BaseTools.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/BaseTools.java b/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/BaseTools.java index 27725d6..aaa61bf 100644 --- a/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/BaseTools.java +++ b/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/BaseTools.java @@ -76,6 +76,14 @@ @Excel(name = "鍙傛暟琛ㄥ悕绉�", width = 15) @ApiModelProperty(value = "鍙傛暟琛ㄥ悕绉�") private String paramaTableName; + /**绮惧害绛夌骇*/ + @Excel(name = "绮惧害绛夌骇锛�1:A;2:B;3:C锛�", width = 15) + @ApiModelProperty(value = "绮惧害绛夌骇锛�1:A;2:B;3:C锛�") + private String accuracyClass; + /**褰撳墠缂栫爜*/ + @Excel(name = "褰撳墠缂栫爜", width = 15) + @ApiModelProperty(value = "褰撳墠缂栫爜") + private String currentCode; /**澶囨敞*/ @Excel(name = "澶囨敞", width = 15) @ApiModelProperty(value = "澶囨敞") -- Gitblit v1.9.3