新火炬后端单体项目初始化代码
cuilei
3 天以前 fe891f627a483eb6298f12eca60cf7f274e31c88
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 = "接收人")