using System.Collections.Generic; using WX.CRM.Common; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Sms { public interface ISMS_MSGTEMPLATE_Q { SMS_MSGTEMPLATE GetModel(decimal id); List GetList(ref Pager pager, decimal subtypeId, decimal isShow, decimal isCheck, string param, string title, string stime, string etime); List GetList(decimal subTypeId); List GetList(); } }