using System.Collections.Generic; using WX.CRM.Common; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Sms { public interface ISMS_RESCODE { List List(ref Pager page, decimal? type, decimal? status); } }