using System.Collections.Generic; using WX.CRM.Common; namespace WX.CRM.IBLL.Csvr { public interface ICSVR_VIPNUMBER_Q { List GetPagingData(ref Pager pager, string resId, string type); bool IsVipNumber(ref ValidationErrors errors, string resid, string line); /// /// 是否存在 /// /// /// /// List GetByResIds(string[] resId, string viptype); } }