ComplianceServer/oldcode/IBLL/Base/IBAS_RIGHT_Q.cs

13 lines
286 B
C#

using System.Collections.Generic;
namespace WX.CRM.IBLL.Base
{
public interface IBAS_RIGHT_Q
{
WX.CRM.Model.Entity.BAS_RIGHT GetModel(string id);
List<object> GetTreeNode(decimal rightGroupId);
List<WX.CRM.Model.Entity.BAS_RIGHT> GetList();
}
}