From 92bc6dca274eb45dc330f63b5a3f90a01458e157 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期二, 27 五月 2025 14:48:55 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ToolLedger.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ToolLedger.java b/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ToolLedger.java index f58d3ca..6964e57 100644 --- a/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ToolLedger.java +++ b/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ToolLedger.java @@ -47,31 +47,31 @@ /**鎬诲簱瀛�*/ @Excel(name = "鎬诲簱瀛�", width = 15) @ApiModelProperty(value = "鎬诲簱瀛�") - private String totalCount; + private BigDecimal totalCount; /**鍙敤搴撳瓨*/ @Excel(name = "鍙敤搴撳瓨", width = 15) @ApiModelProperty(value = "鍙敤搴撳瓨") - private String availableCount; + private BigDecimal availableCount; /**鎬绘姤鎹熸暟閲�*/ @Excel(name = "鎬绘姤鎹熸暟閲�", width = 15) @ApiModelProperty(value = "鎬绘姤鎹熸暟閲�") - private String lossCount; + private BigDecimal lossCount; /**鍦ㄤ慨鏁伴噺*/ @Excel(name = "鍦ㄤ慨鏁伴噺", width = 15) @ApiModelProperty(value = "鍦ㄤ慨鏁伴噺") - private String repairCount; + private BigDecimal repairCount; /**鍦ㄦ鏁伴噺*/ @Excel(name = "鍦ㄦ鏁伴噺", width = 15) @ApiModelProperty(value = "鍦ㄦ鏁伴噺") - private String detectionCount; + private BigDecimal detectionCount; /**鍦ㄥ�熸暟閲�*/ @Excel(name = "鍦ㄥ�熸暟閲�", width = 15) @ApiModelProperty(value = "鍦ㄥ�熸暟閲�") - private String lendCount; + private BigDecimal lendCount; /**鍦ㄧ(鏁伴噺*/ @Excel(name = "鍦ㄧ(鏁伴噺", width = 15) @ApiModelProperty(value = "鍦ㄧ(鏁伴噺") - private String sharpeningCount; + private BigDecimal sharpeningCount; /**绉熸埛鍙�*/ @Excel(name = "绉熸埛鍙�", width = 15) @ApiModelProperty(value = "绉熸埛鍙�") -- Gitblit v1.9.3