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