maven
10 天以前 d2dff328b765895c4255d99536fd7455be9cfe1c
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementRecordOutPageDto.java
@@ -14,6 +14,9 @@
@Data
public class ProcurementRecordOutPageDto {
    @Excel(name = "出库编号")
    private String code;
    private Integer id;
    /**
@@ -25,10 +28,13 @@
    /**
     * 出入库时间
     */
    @Excel(name = "出库时间")
//    @Excel(name = "出库时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime createTime;
    @Excel(name = "出库时间")
    private String time;
    /**
     * 出入库用户
     */