using WX.CRM.Common; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Res { public interface IRES_CUSTOMEREXTEND { /// /// 新增数据 /// /// /// /// bool Create(ref ValidationErrors errors, RES_CUSTOMEREXTEND model); } }