zss
3 天以前 bfe7fe047e7682cd3c3a6c0d876a82df614ee85e
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;
    /**
     * 出入库时间
     */