using System; using System.Collections.Generic; using System.Linq.Expressions; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Base { public interface IBAS_INNERUSERGROUP_Q { BAS_INNERUSERGROUP GetModel(decimal inneruserId); List GetList(); List GetList(Expression> where); } }