sap-bombo

highway
zhaoxiaolin 1 year ago
parent 566bff9566
commit fb8faf1757

@ -96,9 +96,7 @@ public class SapBom extends BaseEntity {
@Excel(name = "是否在用")
private String currentVersion;
private String bomBo;
/** 物料编码 */
@Excel(name = "物料编码")
@ -137,6 +135,13 @@ public class SapBom extends BaseEntity {
@Excel(name = "含损耗用量")
private BigDecimal cilosses;
public String getBomBo() {
return bomBo;
}
public void setBomBo(String bomBo) {
this.bomBo = bomBo;
}
public String getProductCode() {
return productCode;

@ -89,6 +89,16 @@ public class SapBomComponent extends BaseEntity {
@Excel(name = "预留字段3")
private String attr3;
private String bomBo;
public String getBomBo() {
return bomBo;
}
public void setBomBo(String bomBo) {
this.bomBo = bomBo;
}
public void setId(Long id) {
this.id = id;
}

Loading…
Cancel
Save