using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Sms { public interface ISMS_FROMEMAIL { void Insert(SMS_FROMEMAIL model); } }