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