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