- using System.Collections.Generic;
- using System.Threading.Tasks;
- using YiSha.Model.Result;
- using YiSha.Util.Model;
- using YiSha.Web.Code;
- namespace YiSha.IBusiness.SystemManage
- {
- public partial interface IMenuAuthorizeBLL
- {
- #region 获取数据
- Task<TData<List<MenuAuthorizeInfo>>> GetAuthorizeListPartial(OperatorInfo user);
- #endregion
- }
- }
|