1
yangle
2023-04-01 59a218f89e7e0eab7e310d7b650d9a0d272b098e
WebAPI/Models/json.cs
@@ -11,7 +11,9 @@
        public int count { get; set; }
        public string Message { get; set; }
        public object data { get; set; }
        public List<object> list { get; set; }
        public Dictionary<object, object> Dictlist { get; set; }
        public string Verify { get; set; }
        public string HInterID { get; set; }
    }
}