|
@@ -37,7 +37,7 @@ public class Product {
|
|
|
/**
|
|
/**
|
|
|
* 产品规格
|
|
* 产品规格
|
|
|
*/
|
|
*/
|
|
|
- @Column(name = "pr_spec")
|
|
|
|
|
|
|
+ @Column(name = "pr_spec", length = 500)
|
|
|
private String spec;
|
|
private String spec;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -89,7 +89,7 @@ public class Product {
|
|
|
* 原厂型号(erp) 用户上传的型号
|
|
* 原厂型号(erp) 用户上传的型号
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
- @Column(name = "pr_cmpcode")
|
|
|
|
|
|
|
+ @Column(name = "pr_cmpcode", length = 1000)
|
|
|
private String cmpCode;
|
|
private String cmpCode;
|
|
|
|
|
|
|
|
/**
|
|
/**
|