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