From a2a2cbd1d4bd18027cfecd00745f641d10b8b964 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期一, 26 五月 2025 14:18:48 +0800 Subject: [PATCH] 工具管理-库存台账数量字段类型调整 --- 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