From 705909e14fe4e9f2fc261ee4eb40a8b41fa2f6d4 Mon Sep 17 00:00:00 2001
From: wzp <2880584989@qq.com>
Date: 星期二, 12 七月 2022 17:37:26 +0800
Subject: [PATCH] 增加免密登陆的token

---
 web/Model/Model/GwSp.cs |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/web/Model/Model/GwSp.cs b/web/Model/Model/GwSp.cs
index 1ffd29a..7866540 100644
--- a/web/Model/Model/GwSp.cs
+++ b/web/Model/Model/GwSp.cs
@@ -39,6 +39,26 @@
 
         private int _TransferFlag;//鎼哄彿杞綉璁剧疆銆�0鍚敤锛�1鍋滅敤
 
+        public string Company { get; set; }  //鍏徃鍚嶇О
+        public string ProductId { get; set; }  //浜у搧ID
+        public string ProductName { get; set; }  //浜у搧鍚嶇О
+        public int BasicNum { get; set; }  //鍩烘湰鏉℃暟
+        public int GivingNum { get; set; }  //璧犻�佹潯鏁�
+        public int DelFlag { get; set; }  //鍒犻櫎鏍囧織锛�0-姝e父锛�2-閫昏緫鍒犻櫎
+        public int IsAutoReturn { get; set; }  //鏄惁鑷姩杩旇繕: 0-鍚�; 1-鏄�.
+        public int SubPackageNum { get; set; }  //鍒嗗寘鏉℃暟: 琛ㄧず鍚庡彴鏁版嵁鍒嗗寘鏁伴噺锛屼笉鑳戒负0锛屽惁鍒欐病鍔炴硶鍒嗗寘锛岄粯璁�4000涓彿鐮佷竴涓暟鎹寘,寤鸿鍦�2000鑷�5000
+        public int SingleSubmitMinRestrict { get; set; }  //鐭俊鍗曟鎻愪氦鏈�灏忛檺鍒�:榛樿0琛ㄧず涓嶉檺鍒讹紝鍚敤闄愬埗鍚庡皬浜庤鎻愪氦鏉℃暟鐨勫皢琚嫆缁濄��
+        public int IsDispalyPrice { get; set; }  //鏄惁鏄剧ず鍗曚环
+        public int DeductionMode { get; set; }  //鎵h垂鏂瑰紡
+        public int IsSendAudit { get; set; }  //鍙戦�佹槸鍚﹀鏍�
+        public int BelowNumAudit { get; set; }  //浣庝簬鏉℃暟瀹℃牳
+        public int AboveNumAudit { get; set; }  //楂樹簬鏉℃暟瀹℃牳
+        public int IsCumulativeAudit { get; set; }  //鏄惁绱瀹℃牳
+        public int CumulativeAuditNum { get; set; }  //绱鏉℃暟瀹℃牳
+        public int CumulativeAuditTime { get; set; }  //绱鏃堕棿锛堝皬鏃讹級
+        public int IsSyncChildSendAudit { get; set; }  //鏄惁鍚屾瀛愯处鍙�(鍙戦�佸鏍�)
+
+
         public int Id
         {
             get { return this._id; }

--
Gitblit v1.9.1