aps-modules/aps-core/src/main/java/com/aps/core/domain/ApsPlateStandardRequire.java
@@ -24,6 +24,7 @@ private static final long serialVersionUID = 1L; /** 需求ID */ @JsonFormat(shape = JsonFormat.Shape.STRING) private Long id; /** 需求追溯ID */ @@ -59,7 +60,7 @@ /** 需求数量 */ // @Excel(name = "需求数量") private String requireAmount; private BigDecimal requireAmount; /** 净需求量 */ // @Excel(name = "净需求量") @@ -112,4 +113,8 @@ private String delFlag; /**工单创建时间*/ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @Excel(name = "工单创建时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") private Date orderCreateTime; }