TG.WXCRM.V4/IBLL/Sms/ISMS_BATCHMSG.cs

12 lines
265 B
C#

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);
}
}