yujian
2020-04-15 7b3994d42861437494156d7d7b4e987068f3682c
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis.user.vip;
 
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.bus.user.vip.TeamUserLevelStatistic;
 
public interface TeamUserLevelStatisticMapper extends BaseMapper<TeamUserLevelStatistic> {
 
}