From d570cdca55f34f8860f48bb30c5bea5b1f61390c Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 10 十月 2023 07:37:48 +0800
Subject: [PATCH] nothing

---
 VueWebApi/Models/User.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/Models/User.cs b/VueWebApi/Models/User.cs
index cb6c84a..69fab02 100644
--- a/VueWebApi/Models/User.cs
+++ b/VueWebApi/Models/User.cs
@@ -13,5 +13,9 @@
         public string username { get; set; }
         public string password { get; set; }
         public string usertype { get; set; }
+        public string rediskey { get; set; }
+        public string stu_torgcode { get; set; }
+        public string stu_torgname { get; set; }
+        public string description { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3