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