sap-bombo

highway
zhaoxiaolin 1 year ago
parent 566bff9566
commit fb8faf1757

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

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

Loading…
Cancel
Save