yl
2022-11-16 2e7a2cc212ddd35064b5309cf7c6fa81a0e5db77
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; }
    }
}