huangjiayang
2025-05-12 706ebb998c15478872f034cb96786c33ca1ed6a4
aps-modules/aps-core/src/main/java/com/aps/core/domain/ApsPlateOrderPlanManager.java
@@ -102,7 +102,9 @@
    private Date completeDate;
    /** 自定义日期 */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @Excel(name = "自定义日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
    private Date customTime;
//    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
//    @Excel(name = "自定义日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
//    private Date customTime;
    private Integer requireNum;
}