5 天以前 1e01f66477563cb62e7284d13e08dbd2f69d81cf
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java
@@ -27,6 +27,8 @@
    @Excel(name = "入库批次")
    private String inboundBatches;
    private Long productModelId;
    /**
     * 合同号
     */
@@ -39,6 +41,9 @@
     */
    @Excel(name = "入库数量")
    private BigDecimal inboundNum;
    @Excel(name = "预警数量")
    private BigDecimal warnNum;
    /**
     * 待出库数量
@@ -54,6 +59,8 @@
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private LocalDateTime createTime;
    private String timeStr;
    /**
     * 出入库时间
     */