临河任务调度
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

EventMsgRecInput.cs 309B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace Himp.TaskScheduling
  5. {
  6. public class EventMsgRecInput : PagedAndSortedResultRequestDtoExtend
  7. {
  8. /// <summary>
  9. /// 全路径
  10. /// </summary>
  11. public string[] TopicFullPath { get; set; }
  12. }
  13. }