gongchunyi
2026-05-10 fec6c1c27cc4333f1f3b39bd09bd3f4cc201772b
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 = "待入库数量")