using Newtonsoft.Json; namespace Vo.Admin { /// /// 详情 /// public class GetDeveloperQueryVo { /// /// ID /// public int id { get; set; } /// /// 主题类型 /// public string subjectType { get; set; } } }