|
|
@@ -48,7 +48,7 @@ public class ProductReplace implements Serializable{
|
|
|
* 物料id
|
|
|
*/
|
|
|
@Column(name = "ptr_prid")
|
|
|
- private String productId;
|
|
|
+ private Long productId;
|
|
|
|
|
|
/***
|
|
|
* 替代料号
|
|
|
@@ -155,11 +155,11 @@ public class ProductReplace implements Serializable{
|
|
|
this.userUU = userUU;
|
|
|
}
|
|
|
|
|
|
- public String getProductId() {
|
|
|
+ public Long getProductId() {
|
|
|
return productId;
|
|
|
}
|
|
|
|
|
|
- public void setProductId(String productId) {
|
|
|
+ public void setProductId(Long productId) {
|
|
|
this.productId = productId;
|
|
|
}
|
|
|
|