From 3b18a48485f7207438d9d0eb3038d979e069431d Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期四, 26 五月 2022 17:58:18 +0800
Subject: [PATCH] 优化产品及产品分类,订单,对称加密,IP转地区名称

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

diff --git a/web/Model/Model/GwOrder.cs b/web/Model/Model/GwOrder.cs
index e3ff54f..aff3798 100644
--- a/web/Model/Model/GwOrder.cs
+++ b/web/Model/Model/GwOrder.cs
@@ -13,6 +13,8 @@
 
         public string ClientId { get; set; }
 
+        public string Company { get; set; }
+
         public string ClientName { get; set; }
 
         public string ProductId { get; set; }
@@ -29,6 +31,8 @@
 
         public int OrderAmountTotal { get; set; }
 
+        public int PayAmount { get; set; }
+
         public int BeforeBalanceNum { get; set; }
 
         public string Creator { get; set; }

--
Gitblit v1.9.1