From 4545b915123fb7b7535b697f6e82b12f525f8b71 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期六, 16 七月 2022 21:16:19 +0800
Subject: [PATCH] 工序检验接口编写

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

diff --git a/VueWebApi/Models/User.cs b/VueWebApi/Models/User.cs
index b7dfe64..cb6c84a 100644
--- a/VueWebApi/Models/User.cs
+++ b/VueWebApi/Models/User.cs
@@ -9,6 +9,7 @@
     {
         public string guid { get; set; }
         public int userid { get; set; }
+        public string usercode { get; set; }
         public string username { get; set; }
         public string password { get; set; }
         public string usertype { get; set; }

--
Gitblit v1.9.3