From 14943f4a30e027dcf8956272192666524a851eff Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 18 八月 2025 20:31:00 +0800 Subject: [PATCH] 安灯发起、安灯处理 安灯响应 --- src/main/java/org/jeecg/modules/lsw/entity/LswMaterialInbound.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/org/jeecg/modules/lsw/entity/LswMaterialInbound.java b/src/main/java/org/jeecg/modules/lsw/entity/LswMaterialInbound.java index 92f6e24..8827025 100644 --- a/src/main/java/org/jeecg/modules/lsw/entity/LswMaterialInbound.java +++ b/src/main/java/org/jeecg/modules/lsw/entity/LswMaterialInbound.java @@ -15,6 +15,7 @@ import org.springframework.format.annotation.DateTimeFormat; import java.io.Serializable; +import java.math.BigDecimal; import java.util.Date; /** @@ -81,7 +82,7 @@ /**鍏ュ簱鏁伴噺*/ @Excel(name = "鍏ュ簱鏁伴噺", width = 15) @ApiModelProperty(value = "鍏ュ簱鏁伴噺") - private Double quantity; + private BigDecimal quantity; /**鎺ユ敹浜�*/ @Excel(name = "鎺ユ敹浜�", width = 15) @ApiModelProperty(value = "鎺ユ敹浜�") -- Gitblit v1.9.3