zss
18 小时以前 3b8f1579d4a4eced3e5547f619b892fa2b7fa96d
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementDto.java
@@ -20,6 +20,8 @@
    private Integer recordId;
    private BigDecimal warnNum;
    /**
     * 入库数量
     */
@@ -57,6 +59,11 @@
    private BigDecimal quantity;
    /**
     * 最低库存数量
     */
    @Excel(name = "最低库存数量")
    private BigDecimal minStock;
    /**
     * 待入库数量
     */
    @Excel(name = "待入库数量")