Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.gxwebsoft.common.system.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.gxwebsoft.common.system.entity.Role;
|
||||
|
||||
/**
|
||||
* 角色Service
|
||||
*
|
||||
* @author WebSoft
|
||||
* @since 2018-12-24 16:10:32
|
||||
*/
|
||||
public interface RoleService extends IService<Role> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user