admin
2020-04-17 498db5b387d50dc76be41498200fa06d4e1def95
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> {
 
}