| | |
| | | public class MaterialProductHistory { |
| | | |
| | | private Integer id; |
| | | @ApiModelProperty("物料id") |
| | | @ApiModelProperty("临时替代物料id") |
| | | private Integer materialId; |
| | | @ApiModelProperty("产品id") |
| | | private String productId; |
| | | //@ApiModelProperty("产品id") |
| | | //private String productId; |
| | | @ApiModelProperty("母料编码") |
| | | private String parentCode; |
| | | @ApiModelProperty("定制表单号") |
| | | private String customCode; |
| | | @ApiModelProperty("子件编码") |
| | | private String subCode; |
| | | @ApiModelProperty("子件数量") |
| | |
| | | private Date createTime; |
| | | @ApiModelProperty("关联类型:1(关联)") |
| | | private Integer linkType; |
| | | private Integer version; |
| | | @ApiModelProperty("起始版本号") |
| | | private Integer sVersion; |
| | | @ApiModelProperty("终止版本号") |
| | | private Integer eVersion; |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | |
| | | this.materialId = materialId; |
| | | } |
| | | |
| | | public String getProductId() { |
| | | return productId; |
| | | public String getParentCode() { |
| | | return parentCode; |
| | | } |
| | | |
| | | public void setProductId(String productId) { |
| | | this.productId = productId; |
| | | public void setParentCode(String parentCode) { |
| | | this.parentCode = parentCode; |
| | | } |
| | | |
| | | public String getCustomCode() { |
| | | return customCode; |
| | | } |
| | | |
| | | public void setCustomCode(String customCode) { |
| | | this.customCode = customCode; |
| | | } |
| | | |
| | | public String getSubCode() { |
| | |
| | | this.subCode = subCode; |
| | | } |
| | | |
| | | public Integer getVersion() { |
| | | return version; |
| | | public Integer getSVersion() { |
| | | return sVersion; |
| | | } |
| | | |
| | | public void setVersion(Integer version) { |
| | | this.version = version; |
| | | public void setSVersion(Integer sVersion) { |
| | | this.sVersion = sVersion; |
| | | } |
| | | |
| | | public Integer getEVersion() { |
| | | return eVersion; |
| | | } |
| | | |
| | | public void setEVersion(Integer eVersion) { |
| | | this.eVersion = eVersion; |
| | | } |
| | | |
| | | public Date getCreateTime() { |