xiaoyong931011
2021-02-05 44bac492a887015e83c0a89f2398eb04a14353cb
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.FollowFollowerProfitEntity;
 
public interface FollowFollowerProfitMapper extends BaseMapper<FollowFollowerProfitEntity> {
 
}