| | |
| | | package com.yeshi.fanli.dao.mybatis.user.vip;
|
| | |
|
| | | import org.apache.ibatis.annotations.Param;
|
| | |
|
| | | import com.yeshi.fanli.dto.vip.UserVIPLevel;
|
| | |
|
| | | public interface UserVIPLevelMapper{
|
| | |
|
| | | |
| | | /**
|
| | | * 根据用户ID检索
|
| | | * |
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | UserVIPLevel getLevelByUid(@Param("uid") Long uid);
|
| | |
|
| | | package com.yeshi.fanli.dao.mybatis.user.vip; |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import com.yeshi.fanli.dto.vip.UserVIPLevel; |
| | | |
| | | public interface UserVIPLevelMapper{ |
| | | |
| | | |
| | | /** |
| | | * 根据用户ID检索 |
| | | * |
| | | * @param uid |
| | | * @return |
| | | */ |
| | | UserVIPLevel getLevelByUid(@Param("uid") Long uid); |
| | | |
| | | } |