TG.WXCRM.V4/IBLL/QH/IQH_BALANCE.cs

10 lines
132 B
C#

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