first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.xinwei.shirofunction;
|
||||
|
||||
import com.xinwei.common.page.Pagination;
|
||||
import com.xinwei.common.page.PaginationResult;
|
||||
import com.xinwei.service.EntityService;
|
||||
|
||||
public interface RoleService extends EntityService<ShiroRole, Long>{
|
||||
|
||||
public PaginationResult<ShiroRole> findAllByPage(Pagination<ShiroRole> pagination);
|
||||
}
|
||||
Reference in New Issue
Block a user