Ver código fonte

业主购买2月10号

guojing 5 anos atrás
pai
commit
5d9d912e78
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      whepi-web/src/main/java/com/bofeng/entity/Buy.java

+ 2 - 2
whepi-web/src/main/java/com/bofeng/entity/Buy.java

@@ -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)