yl
2022-11-26 8e7963943c5f84e89ba5d1478a051d39dbd4f3a5
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; }
    }
}