15 lines
319 B
Java
15 lines
319 B
Java
package ink.wgink.interfaces.role;
|
|
|
|
/**
|
|
* When you feel like quitting. Think about why you started
|
|
* 当你想要放弃的时候,想想当初你为何开始
|
|
*
|
|
* @ClassName: IRoleService
|
|
* @Description: 角色
|
|
* @Author: WangGeng
|
|
* @Date: 2021/1/24 12:57
|
|
* @Version: 1.0
|
|
**/
|
|
public interface IRoleService {
|
|
}
|