maven
4 天以前 3c94476f51df2b90787f9c7c0762a18e3094b80d
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementRecordOutPageDto.java
@@ -25,9 +25,12 @@
    /**
     * 出入库时间
     */
    @Excel(name = "出库时间")
//    @Excel(name = "出库时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime createDate;
    private LocalDateTime createTime;
    @Excel(name = "出库时间")
    private String time;
    /**
     * 出入库用户