using System; using System.Collections.Generic; using System.Text; namespace Himp.TaskScheduling { public class EventMsgRecInput : PagedAndSortedResultRequestDtoExtend { /// /// 全路径 /// public string[] TopicFullPath { get; set; } } }