liyong
2 天以前 5152cb7b7ef6157b28d2d625a5571ae151fe43de
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementRecordOutPageDto.java
@@ -25,10 +25,13 @@
    /**
     * 出入库时间
     */
    @Excel(name = "出库时间")
//    @Excel(name = "出库时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime createTime;
    @Excel(name = "出库时间")
    private String time;
    /**
     * 出入库用户
     */