TG.WXCRM.V4/IBLL/Csvr/ICSVR_CALLRECORD_QC.cs

9 lines
149 B
C#

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