Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
1234567891011121314 |
- using System;
- using System.Collections.Generic;
- using System.Text;
-
- namespace Himp.TaskScheduling
- {
- public class EventMsgRecInput : PagedAndSortedResultRequestDtoExtend
- {
- /// <summary>
- /// 全路径
- /// </summary>
- public string[] TopicFullPath { get; set; }
- }
- }
|