Created by sang on 2017/12/17.
| 10 | * Created by sang on 2017/12/17. |
| 11 | */ |
| 12 | @Mapper |
| 13 | public interface RolesMapper { |
| 14 | int addRoles(@Param("roles") String[] roles, @Param("uid") Long uid); |
| 15 | |
| 16 | List<Role> getRolesByUid(Long uid); |
| 17 | } |
no outgoing calls
no test coverage detected