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