From c6183753ab694aa8840c0b7f4460c2700c1490cd Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 31 十月 2023 13:48:56 +0800
Subject: [PATCH] 1.ERP订单批量下达接口
---
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