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