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