qushaowei
2023-08-29 0b552dd61546bb5e577d9adb35b09046ebf64341
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/dto/MdcProcessQuantityDto.java
@@ -25,7 +25,7 @@
    @Excel(name = "程序号", width = 15)
    private String sequenceNumber;
    private String standardId;
    @Excel(name = "日期", width = 15)
    @Excel(name = "日期", width = 15, format = "yyyy-MM-dd")
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    private Date efficientDate;