From bfa0a4079b2ac3f363826b7e329115f88b4bf0f5 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 22 十一月 2023 10:49:20 +0800
Subject: [PATCH] 生产开报工查询增加销售单号查询

---
 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