From eec479e2f3139286449005dcb05c014e4a60d255 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期一, 18 八月 2025 16:59:25 +0800 Subject: [PATCH] 报工接口、产线线边库物料查询接口 --- src/main/java/org/jeecg/modules/mes/entity/MesWorkReporting.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/org/jeecg/modules/mes/entity/MesWorkReporting.java b/src/main/java/org/jeecg/modules/mes/entity/MesWorkReporting.java index d95a708..d281e7e 100644 --- a/src/main/java/org/jeecg/modules/mes/entity/MesWorkReporting.java +++ b/src/main/java/org/jeecg/modules/mes/entity/MesWorkReporting.java @@ -12,6 +12,7 @@ import org.springframework.format.annotation.DateTimeFormat; import java.io.Serializable; +import java.math.BigDecimal; import java.util.Date; /** @@ -79,7 +80,7 @@ /**鏁伴噺*/ @Excel(name = "鏁伴噺", width = 15) @ApiModelProperty(value = "鏁伴噺") - private Double quantity; + private BigDecimal quantity; /**鎶ュ伐浜�*/ @Excel(name = "鎶ュ伐浜�", width = 15) @ApiModelProperty(value = "鎶ュ伐浜�") -- Gitblit v1.9.3