1
This commit is contained in:
@@ -21,8 +21,8 @@ public class XbMessage {
|
||||
private LocalDate createDate;
|
||||
|
||||
@Size(max = 100)
|
||||
@Column(name = "skuId", length = 100)
|
||||
private String skuId;
|
||||
@Column(name = "skuid", length = 100)
|
||||
private String skuid;
|
||||
|
||||
@Size(max = 10240)
|
||||
@Column(name = "tip_original_message", length = 10240)
|
||||
|
||||
@@ -21,8 +21,8 @@ public class XbMessageItem {
|
||||
private LocalDate createDate;
|
||||
|
||||
@Size(max = 100)
|
||||
@Column(name = "skuId", length = 100)
|
||||
private String skuId;
|
||||
@Column(name = "skuid", length = 100)
|
||||
private String skuid;
|
||||
|
||||
@Size(max = 100)
|
||||
@Column(name = "xb_message_id", length = 100)
|
||||
|
||||
Reference in New Issue
Block a user