|
|
@@ -308,7 +308,7 @@ public class Product {
|
|
|
* 标准品牌uuid
|
|
|
*/
|
|
|
@Column(name = "pr_pbranduuid")
|
|
|
- private Long pbrandUuid;
|
|
|
+ private String pbrandUuid;
|
|
|
|
|
|
/**
|
|
|
* 包装方式
|
|
|
@@ -712,11 +712,11 @@ public class Product {
|
|
|
this.pbrandId = pbrandId;
|
|
|
}
|
|
|
|
|
|
- public Long getPbrandUuid() {
|
|
|
+ public String getPbrandUuid() {
|
|
|
return pbrandUuid;
|
|
|
}
|
|
|
|
|
|
- public void setPbrandUuid(Long pbrandUuid) {
|
|
|
+ public void setPbrandUuid(String pbrandUuid) {
|
|
|
this.pbrandUuid = pbrandUuid;
|
|
|
}
|
|
|
|