From 123b81e8a7d6b78fc4b0729f5fd6b32a876cf740 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期二, 10 六月 2025 10:55:36 +0800 Subject: [PATCH] 工具管理-刀具准备单代码生成 --- 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 a34ff02..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 @@ -80,6 +80,10 @@ @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