From 29dcac1a7bb5758b6f9a39fd0738f6ab367b5418 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期二, 10 六月 2025 13:29:52 +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