using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Base { public interface IBAS_INNERUSER_EXT_Q { BAS_INNERUSER_EXT GetModel_InneruserExt(decimal id); } }