Helius
2021-03-04 36d59c12794849c1b6fbbcbd41f97ea2fe71b09c
src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderProfitInfoEntity.java
@@ -2,6 +2,7 @@
import java.math.BigDecimal;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.xcong.excoin.common.system.base.BaseEntity;
@@ -53,5 +54,8 @@
     */
    private int totalOrderCnt;
    
    @TableField(exist = false)
    private int type;
}