|
using WX.CRM.Model.Entity;
|
|
|
|
namespace WX.CRM.IBLL.Res
|
|
{
|
|
public interface IRES_CUSTOMERDETAIL_Q : IRepository<RES_CUSTOMERDETAIL>
|
|
{
|
|
RES_CUSTOMERDETAIL GetModel_RES_CUSTOMERDETAIL(string resId);
|
|
RES_CUSTOMERDETAIL GetModel_RES_CUSTOMERDETAIL_UMID(string umid);
|
|
}
|
|
}
|