admin
2020-04-08 4e7d423e48139727ec7177855f5c4949530b8817
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> {
 
}