using System.Collections.Generic;
namespace WX.CRM.IBLL.Sms
{
public interface ISMS_MESSAGE_Q
List<WX.CRM.Model.Entity.SMS_MESSAGE> GetList(int topNum);
void ExecLog(decimal messageId, WX.CRM.Model.Entity.SMS_SENDLOG logInfo);
}