| | |
| | | |
| | | import com.moon.server.entity.all.MenusAuthEntity; |
| | | import com.moon.server.entity.all.PermsAuthEntity; |
| | | import com.moon.server.entity.all.ResAuthEntity; |
| | | import com.moon.server.entity.sys.MenuEntity; |
| | | import com.moon.server.entity.sys.ResEntity; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | |
| | | * @param uid |
| | | * @return |
| | | */ |
| | | public List<ResAuthEntity> selectRes(String uid); |
| | | |
| | | /** |
| | | * 根据用户Uid查询资源列表 |
| | | * |
| | | * @param uid |
| | | * @return |
| | | */ |
| | | public List<ResEntity> selectResList(String uid); |
| | | public List<ResEntity> selectRes(String uid); |
| | | |
| | | /** |
| | | * 根据用户Uid查询菜单授权 |