From d4328b5fac8a01d685a3068f097668132095807d Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期四, 29 五月 2025 22:28:45 +0800 Subject: [PATCH] 工具管理-修改DNC刀具查询接口,满足多参数查询需求 --- lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/BaseTools.java | 4 ++++ 1 files changed, 4 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..a34ff02 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,10 @@ @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 = "澶囨敞") -- Gitblit v1.9.3