llj
2025-12-05 f74a6fee9c2e2d3c8fca4fab32947ea58b2704ee
WebAPI/Models/json.cs
@@ -11,5 +11,10 @@
        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; }
        public int IsHavingPermissions { get; set; }
    }
}