yl
2022-11-03 66d3b2f05fcbbc46f37b923001c0d06d838c2b0b
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; }
    }
}