From 0871a25215fb468f121785600f796a14b54d8ebc Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 06 六月 2025 15:47:00 +0800 Subject: [PATCH] 1.刀具添加字段 2.新增dnc传输日志表 3.导入NC文件默认产生nc文件对应数控程序加工确认表 4.拆分两网 修改yml配置 --- 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