From ec19fd9378f12db3274dda47525d9cd02712daa0 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 15 三月 2023 17:49:23 +0800
Subject: [PATCH] 1.App采购入库选择有到货采购订单接口开发 2.App选择采购订单带出订单下有到货的物料信息接口 3.App采购入库扫描标签条码带出标签信息接口

---
 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 cb6c84a..b4d1472 100644
--- a/VueWebApi/Models/User.cs
+++ b/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; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3