|
@@ -27,7 +27,7 @@ public class Buy {
|
|
|
private Integer buyCount;
|
|
|
|
|
|
@TableField("buy_money")
|
|
|
- private BigDecimal buyMoney;
|
|
|
+ private String buyMoney;
|
|
|
|
|
|
@TableField("phone")
|
|
|
private String phone;
|
|
@@ -48,7 +48,7 @@ public class Buy {
|
|
|
private String tgTitle;
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
- private Integer tgStatus;
|
|
|
+ private DateTime tgStatus;
|
|
|
@TableField(exist = false)
|
|
|
private Integer count;
|
|
|
@TableField(exist = false)
|