yl
2022-12-27 c7d8dc8c3fd28b886597509cae3f2a201729f130
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; }
    }
}