src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -49,6 +49,13 @@ private String productCategory; /** * 物料编号 */ @Excel(name = "物料编号") @TableField(exist = false) private String materialCode; /** * 规格型号 */ @Excel(name = "规格型号") @@ -71,8 +78,13 @@ */ @Excel(name = "数量") private BigDecimal quantity; /** * 最低库存数量 */ @Excel(name = "最低库存数量") private BigDecimal minStock; /** * 税率 */ @@ -235,4 +247,7 @@ @TableField(exist = false) private Integer hasSufficientStock; @ApiModelProperty("批号") private String batchNo; }