using System;
namespace Api.Framework.Events
{
/// <summary>
/// 代运营通知事件
/// </summary>
public class DyyNoticeEvent : EventArgs
/// 收到的数据
public string Data { get; set; }
}