using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Csvr
{
public interface ICSVR_CALLRECORD_QC : IRepository<CSVR_CALLRECORD_QC>
}