using WX.CRM.IBLL.QH;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.QH
{
public class QH_BALANCE_BL : DbContextRepository<QH_BALANCE>, IQH_BALANCE
}