yl
2022-11-12 fe98bca6b01e6c50551158644a6d564aed783ff8
VueWebApi/Models/User.cs
@@ -13,5 +13,6 @@
        public string username { get; set; }
        public string password { get; set; }
        public string usertype { get; set; }
        public string rediskey { get; set; }
    }
}