yys
maven
2 天以前 5f7a3b51fbd1fdb6eadb5f715ecf3b79d4bca194
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementRecordOutPageDto.java
@@ -14,7 +14,12 @@
@Data
public class ProcurementRecordOutPageDto {
    @Excel(name = "出库编号")
    private String code;
    private Integer id;
    private BigDecimal warnNum;
    /**
     * 出入库数量
@@ -25,10 +30,15 @@
    /**
     * 出入库时间
     */
    @Excel(name = "出库时间")
//    @Excel(name = "出库时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime createTime;
    private String timeStr;
    @Excel(name = "出库时间")
    private String time;
    /**
     * 出入库用户
     */