using System.Collections.Generic;
namespace WX.CRM.IBLL.Sms
{
public interface ISMS_BATCHMSG
void ImpotDt(WX.CRM.Model.Entity.SMS_BATCHMSG info, List<string> mobils, int timeOut = 300);
void ImpotDtResCode(int timeOut = 300);
}