using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Res
{
public interface IRES_APPLY_UNKNOWN : IRepository<RES_APPLY_UNKNOWN>
}