- using YLShipBuildLandMap.Entity;
- using YLShipBuildLandMap.Entity.ViewModel;
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace YLShipBuildLandMap.Services.SystemSetting
- {
- public interface IMenuService
- {
- List<SysMenu> GetMenuByUserID(Guid userID);
- }
- }
|