1
hutongqing
2024-09-13 ea9bdf217e8202a5fa475262dba1792decb05bcb
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ISystemService/ISys_RoleService.cs
@@ -8,12 +8,16 @@
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
using WIDESEA_Model.Models.System;
using WIDESEA_ISystemRepository;
namespace WIDESEA_ISystemService
{
    public interface ISys_RoleService : IService<Sys_Role>
    {
        ISys_RoleRepository Repository { get; }
        List<RoleNodes> GetAllChildren(int roleId);
        WebResponseContent GetCurrentTreePermission();
        WebResponseContent GetUserTreePermission(int role_Id);