using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.QH
{
public interface IQH_TRANSACTIONDETAIL_CACHE : IRepository<QH_TRANSACTIONDETAIL_CACHE>
}