|
namespace WX.CRM.IBLL.Base
|
|
{
|
|
public interface IBAS_RIGHTGROUP_Q
|
|
{
|
|
WX.CRM.Model.Entity.BAS_RIGHTGROUP GetModel(decimal id);
|
|
object GetNodeTreeList(decimal fid);
|
|
object GetTopTreeList();
|
|
object GetAllTreeList();
|
|
object GetRightTreeList(bool isSelect = false);
|
|
}
|
|
}
|