TG.WXCRM.V4/IBLL/YunWx/IYunWX_WORKACCOUNT_NOTE.cs

9 lines
158 B
C#

using WX.CRM.Model.EntityYun;
namespace WX.CRM.IBLL.YunWx
{
public interface IYunWX_WORKACCOUNT_NOTE : IRepository<WX_WORKACCOUNT_NOTE>
{
}
}