using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Csvr { public interface ICSVR_IDMAP { bool Create(CSVR_IDMAP model); } }