using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Res { public interface IRES_ACTIVITY_EXPORTLOG_Q { RES_ACTIVITY_EXPORTLOG GetModel(decimal id, int sourceType); } }