yl
2022-10-25 dd651f9ce0156fc7db869da04e0c2004a1811c52
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; }
    }