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 GetList(ref Pager pager, string Stime, string Etime, string msgType, QueryUserComboDto userComboDto, string resid); bool IsSendSmsThree(string resid); } }