using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using djy.Paas.Model; using Ys.Core.Common; namespace djy.Paas.IService {/// /// 模型菜单 /// public interface IMenuListService : IsBase { /// ///根据key获取 /// /// /// public ReturnResult GetKey(string Key); } }