TG.WXCRM.V4/BLL/QH/QH_BALANCE_BL.cs

10 lines
171 B
C#

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
{
}
}