xiaoyong931011
2021-03-04 edb19b1fec14d667363b38b90dbb4585a0cc37ef
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;
}