From b870f4ba513a1b1108de54ddf75deda06ae85140 Mon Sep 17 00:00:00 2001
From: cuijian <cuijian@xalxzn.com>
Date: 星期一, 12 五月 2025 17:15:48 +0800
Subject: [PATCH] 工具信息表调整

---
 lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/BaseTools.java |   56 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 28 insertions(+), 28 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 bae6cf8..7eaf241 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
@@ -48,38 +48,38 @@
 	@Excel(name = "宸ュ叿缂栧彿", width = 15)
     @ApiModelProperty(value = "宸ュ叿缂栧彿")
     private String toolId;
-	/**鎬诲簱瀛�*/
-	@Excel(name = "鎬诲簱瀛�", width = 15)
-    @ApiModelProperty(value = "鎬诲簱瀛�")
-    private BigDecimal totalCount;
-	/**鍙敤搴撳瓨*/
-	@Excel(name = "鍙敤搴撳瓨", width = 15)
-    @ApiModelProperty(value = "鍙敤搴撳瓨")
-    private BigDecimal availableCount;
-	/**鎬绘姤鎹熸暟閲�*/
-	@Excel(name = "鎬绘姤鎹熸暟閲�", width = 15)
-    @ApiModelProperty(value = "鎬绘姤鎹熸暟閲�")
-    private BigDecimal lossCount;
-	/**鍦ㄤ慨鏁伴噺*/
-	@Excel(name = "鍦ㄤ慨鏁伴噺", width = 15)
-    @ApiModelProperty(value = "鍦ㄤ慨鏁伴噺")
-    private BigDecimal repairCount;
-	/**鍦ㄦ*/
-	@Excel(name = "鍦ㄦ", width = 15)
-    @ApiModelProperty(value = "鍦ㄦ")
-    private BigDecimal detectionCount;
-	/**鍦ㄥ��*/
-	@Excel(name = "鍦ㄥ��", width = 15)
-    @ApiModelProperty(value = "鍦ㄥ��")
-    private BigDecimal lendCount;
-	/**鍦ㄧ(*/
-	@Excel(name = "鍦ㄧ(", width = 15)
-    @ApiModelProperty(value = "鍦ㄧ(")
-    private BigDecimal sharpeningCount;
+	/**搴忓彿锛堟垨浼佷笟鍐呯爜锛�*/
+	@Excel(name = "搴忓彿锛堟垨浼佷笟鍐呯爜锛�", width = 15)
+    @ApiModelProperty(value = "搴忓彿锛堟垨浼佷笟鍐呯爜锛�")
+    private String signCode;
+	/**涓枃鍚嶇О*/
+	@Excel(name = "涓枃鍚嶇О", width = 15)
+    @ApiModelProperty(value = "涓枃鍚嶇О")
+    private String chineseName;
+	/**澶栨枃鍚嶇О*/
+	@Excel(name = "澶栨枃鍚嶇О", width = 15)
+    @ApiModelProperty(value = "澶栨枃鍚嶇О")
+    private String foreignLanguageName;
+	/**鏍囨敞绾у埆*/
+	@Excel(name = "鏍囨敞绾у埆", width = 15)
+    @ApiModelProperty(value = "鏍囨敞绾у埆")
+    private String repairCount;
+	/**鏍囧噯鍙�*/
+	@Excel(name = "鏍囧噯鍙�", width = 15)
+    @ApiModelProperty(value = "鏍囧噯鍙�")
+    private String detectionCount;
+	/**鍨嬪彿/鍥惧彿*/
+	@Excel(name = "鍨嬪彿/鍥惧彿", width = 15)
+    @ApiModelProperty(value = "鍨嬪彿/鍥惧彿")
+    private String lendCount;
 	/**鍙傛暟琛ㄥ悕绉�*/
 	@Excel(name = "鍙傛暟琛ㄥ悕绉�", width = 15)
     @ApiModelProperty(value = "鍙傛暟琛ㄥ悕绉�")
     private String paramaTableName;
+    /**澶囨敞*/
+    @Excel(name = "澶囨敞", width = 15)
+    @ApiModelProperty(value = "澶囨敞")
+    private String remark;
 	/**绉熸埛鍙�*/
 	@Excel(name = "绉熸埛鍙�", width = 15)
     @ApiModelProperty(value = "绉熸埛鍙�")

--
Gitblit v1.9.3