using System.Collections.Generic; using WX.CRM.Common; namespace WX.CRM.IBLL.Res { public interface IRES_RESOURCEMOBILE_Q { string GetNumberByResId(string resId, PhoneLogModel phoneLogModel); IDictionary GetNumberByResId(string[] resId); IList GetNumberByResIdList(List data); } }