MCPcopy Index your code
hub / github.com/lenve/VBlog / addRoles

Method addRoles

blogserver/src/main/java/org/sang/mapper/RolesMapper.java:14–14  ·  view source on GitHub ↗
(@Param("roles") String[] roles, @Param("uid") Long uid)

Source from the content-addressed store, hash-verified

12@Mapper
13public interface RolesMapper {
14 int addRoles(@Param("roles") String[] roles, @Param("uid") Long uid);
15
16 List<Role> getRolesByUid(Long uid);
17}

Callers 1

regMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected