xiaoyong931011
2021-05-14 6ed309c5a80c36e752bfd799cbaba7665cf7364b
src/main/java/com/xcong/excoin/modules/member/entity/MemberAccountMoneyChangeEntity.java
@@ -6,7 +6,9 @@
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.xcong.excoin.common.entity.BaseEntity;
import com.xcong.excoin.common.utils.BigDecimalSerialize;
import lombok.Data;
@@ -75,4 +77,39 @@
     */
   @TableField(exist = false)
    private String inviteId;
   /**
    * 总返佣
    */
   @TableField(exist = false)
   private String allAmount;
   /**
    * 姓名
    */
   @TableField(exist = false)
   private String  realName;
   /**
    * 查询条件:账号类型
    */
   @TableField(exist = false)
    private String isTest;
   /**
     * 账号类型 1-正常账号 2-测试账号
     */
   @TableField(exist = false)
    private Integer accountType;
   @TableField(exist = false)
    private String phoneTo;
   @TableField(exist = false)
    private String phoneFrom;
   @TableField(exist = false)
    private String amountOrder;
   @TableField(exist = false)
    private Integer typeOrder;
   @TableField(exist = false)
    private String name;
   @TableField(exist = false)
    private String quantityOrder;
}