using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace PMS.Interface.SysManager { public interface IRoleAuthModel { /// /// 系统角色权限的保存 /// /// /// string SaveXtjsQx(string ids); } }