|
@@ -490,7 +490,7 @@ public class NewCmShop extends DataEntity<NewCmShop> {
|
|
this.scope = scope;
|
|
this.scope = scope;
|
|
}
|
|
}
|
|
|
|
|
|
- @Length(min = 0, max = 2500, message = "介绍长度必须介于 0 和 2500 之间")
|
|
|
|
|
|
+ @Length(min = 0, max = 5000, message = "介绍长度必须介于 0 和 5000 之间")
|
|
public String getInfo() {
|
|
public String getInfo() {
|
|
return info;
|
|
return info;
|
|
}
|
|
}
|
|
@@ -499,7 +499,7 @@ public class NewCmShop extends DataEntity<NewCmShop> {
|
|
this.info = info;
|
|
this.info = info;
|
|
}
|
|
}
|
|
|
|
|
|
- @Length(min = 0, max = 1000, message = "主打产品说明长度必须介于 0 和 1000 之间")
|
|
|
|
|
|
+ @Length(min = 0, max = 5000, message = "主打产品说明长度必须介于 0 和 5000 之间")
|
|
public String getProductDesc() {
|
|
public String getProductDesc() {
|
|
return productDesc;
|
|
return productDesc;
|
|
}
|
|
}
|