VueWebApi/Models/AnDnDate.cs
@@ -10,10 +10,12 @@ { public string code { get; set; } public string name { get; set; } public string flag { get; set; } public List<AnDnDateSub> children { get; set; }//子节点 } public class AnDnDateSub { public string rid { get; set; } //极光推送用户id public string usercode { get; set; } public string username { get; set; } }