using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Base { public interface IBAS_INNERUSERSALT { void Create(BAS_INNERUSERSALT model); } }