14 lines
375 B
C#
14 lines
375 B
C#
using System.Collections.Generic;
|
|
using WX.CRM.Common;
|
|
using WX.CRM.Model.MAP;
|
|
|
|
namespace WX.CRM.IBLL.Sms
|
|
{
|
|
public interface ISMS_MESSAGE_HIS_Q
|
|
{
|
|
List<WX.CRM.Model.Entity.SMS_MESSAGE_HIS> GetList(ref Pager pager, string Stime, string Etime, string msgType, QueryUserComboDto userComboDto, string resid);
|
|
bool IsSendSmsThree(string resid);
|
|
|
|
}
|
|
}
|