1
This commit is contained in:
@@ -32,4 +32,15 @@ public class XbMessage {
|
||||
@Column(name = "from_wxid", length = 100)
|
||||
private String fromWxid;
|
||||
|
||||
}
|
||||
@Size(max = 1024)
|
||||
@Column(name = "first_line", length = 1024)
|
||||
private String firstLine;
|
||||
|
||||
@Size(max = 1024)
|
||||
@Column(name = "first_sku_name", length = 1024)
|
||||
private String firstSkuName;
|
||||
|
||||
@Column(name = "first_price")
|
||||
private Double firstPrice;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user