using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Wx
{
public interface IWX_BALANCE_LOG : IRepository<WX_BALANCE_LOG>
}