yuan
4 天以前 a452e01cf489b546ebe65e08fcb1213b30e60cfa
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java
@@ -40,6 +40,9 @@
    @Excel(name = "入库数量")
    private BigDecimal inboundNum;
    @Excel(name = "预警数量")
    private BigDecimal warnNum;
    /**
     * 待出库数量
     */
@@ -53,6 +56,8 @@
//    @Excel(name = "入库时间")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private LocalDateTime createTime;
    private String timeStr;
    /**
     * 出入库时间
@@ -146,4 +151,14 @@
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    private LocalDate endDate;
    /**
     * 缺货数量
     */
    private BigDecimal outStockQuantity;
    /**
     * 缺货情况
     */
    private String shortageDescription;
}