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