ComplianceServer/oldcode/IBLL/Res/IRES_RESOURCEMOBILE_Q.cs

14 lines
305 B
C#

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