yys
maven
2 天以前 9d71b9bf1ec9e8597da70582f9eb7df580f3d58b
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementRecordOutPageDto.java
@@ -19,6 +19,8 @@
    private Integer id;
    private BigDecimal warnNum;
    /**
     * 出入库数量
     */
@@ -32,6 +34,8 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime createTime;
    private String timeStr;
    @Excel(name = "出库时间")
    private String time;