aps-modules/aps-core/src/main/java/com/aps/core/domain/ApsPlateOrderPlanManager.java
@@ -22,6 +22,7 @@ /** 工单ID */ @Excel(name = "工单ID") @JsonFormat(shape = JsonFormat.Shape.STRING) private Long id; /** 需求ID */ @@ -105,4 +106,6 @@ // @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; }