maven
2025-12-16 e43a488b51555d87a4225bfb7dfc93b8f0e95a39
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 = "待入库数量")