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 */ @@ -31,7 +32,8 @@ private String requireTrackId; /**单号*/ private String docNum; /**上级物料编码*/ private String bomHeaderCode; /** bom_line_id */ // @Excel(name = "bom_line_id") private String bomLineId;