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 = "接收人")