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 { }