using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenAuth.App.Request { public class AlloDroneTopic { /// /// 主题 Id /// public string TopicId { get; set; } /// /// 相关 Id 集合(角色/案件分类) /// public List RelevanceIds { get; set; } } }