From e5d0fe8cfdc5e171badfa22bac00b0e2e81ee6e6 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期六, 07 六月 2025 16:17:59 +0800
Subject: [PATCH] art: 设备管理-设备维修-维修流程审批接口修改

---
 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