You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.manage.service;
|
|
|
|
import com.manage.entity.T_Menu;
|
|
|
|
/**
|
|
* @Author:hjl
|
|
* @Date:Creatid in 14:21 2019/4/6
|
|
* @Description:
|
|
*/
|
|
public interface T_MenuService {
|
|
T_Menu getRole();
|
|
}
|