zainali5120
2020-11-12 0573c937646a12dab04da100d539ddbc2eec7cc4
1
2
3
4
5
6
7
8
package com.xcong.excoin.modules.documentary.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.documentary.entity.FollowTraderProfitInfoEntity;
 
public interface FollowTraderProfitInfoMapper extends BaseMapper<FollowTraderProfitInfoEntity> {
 
}