1
This commit is contained in:
@@ -40,32 +40,32 @@ public class XbMessageItem {
|
|||||||
@Column(name = "spuid", length = 100)
|
@Column(name = "spuid", length = 100)
|
||||||
private String spuid;
|
private String spuid;
|
||||||
|
|
||||||
@Size(max = 1024)
|
@Size(max = 10240)
|
||||||
@Column(name = "sku_name", length = 1024)
|
@Column(name = "sku_name", length = 10240)
|
||||||
private String skuName;
|
private String skuName;
|
||||||
|
|
||||||
@Lob
|
@Lob
|
||||||
@Column(name = "json_shopInfo")
|
@Column(name = "json_shopInfo")
|
||||||
private String jsonShopinfo;
|
private String jsonShopinfo;
|
||||||
|
|
||||||
@Size(max = 1024)
|
@Size(max = 10240)
|
||||||
@Column(name = "priceInfo", length = 1024)
|
@Column(name = "priceInfo", length = 10240)
|
||||||
private String priceInfo;
|
private String priceInfo;
|
||||||
|
|
||||||
@Size(max = 1024)
|
@Size(max = 10240)
|
||||||
@Column(name = "json_commissionInfo", length = 1024)
|
@Column(name = "json_commissionInfo", length = 10240)
|
||||||
private String jsonCommissioninfo;
|
private String jsonCommissioninfo;
|
||||||
|
|
||||||
@Size(max = 1024)
|
@Size(max = 10240)
|
||||||
@Column(name = "json_imageList", length = 1024)
|
@Column(name = "json_imageList", length = 10240)
|
||||||
private String jsonImagelist;
|
private String jsonImagelist;
|
||||||
|
|
||||||
@Size(max = 100)
|
@Size(max = 100)
|
||||||
@Column(name = "owner", length = 100)
|
@Column(name = "owner", length = 100)
|
||||||
private String owner;
|
private String owner;
|
||||||
|
|
||||||
@Size(max = 1024)
|
@Size(max = 10240)
|
||||||
@Column(name = "json_categoryInfo", length = 1024)
|
@Column(name = "json_categoryInfo", length = 10240)
|
||||||
private String jsonCategoryinfo;
|
private String jsonCategoryinfo;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user