using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.weapp { public interface IWEAPP_USERGROUP : IRepository { //List GetList(Expression> where); } }