yl
2022-11-30 7edf17664b1e3ae4843c9a382e5f1a1a1f538e32
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; }
    }
}