xiaoyong931011
2021-03-05 3b58a59878ffa2e0604d5e78285430749418900c
src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderInfoEntity.java
@@ -42,6 +42,12 @@
    public static final Integer IS_ALL_Y = 1;
    public static final Integer IS_ALL_N = 2;
    /**
     * 设置成首页
     */
    private Integer isSetFrist;
    public static final Integer IS_SETFRIST_Y = 1;
    public static final Integer IS_SETFRIST_N = 0;
    /**
     * 利润
     */
    private BigDecimal profitRatio;
@@ -58,6 +64,11 @@
    private Integer isOpen;
    public static final Integer ISOPEN_Y = 1;
    public static final Integer ISOPEN_N = 2;
    /**
     * 最大跟随人数
     */
    private Integer followNum;
    
    @TableField(exist = false)
    private String account;
@@ -79,6 +90,11 @@
    private double walletCoinNum;
    @TableField(exist = false)
    private double agentNum;
    @TableField(exist = false)
    private String isok;
    //当前跟随人数
    @TableField(exist = false)
    private String followNumNow;
    
}