From 3e761e2ad2642600b250bcbc724e97cb9e003303 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期二, 25 十月 2022 17:03:21 +0800
Subject: [PATCH] 修复bug

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

diff --git a/web/Model/Model/GwOrder.cs b/web/Model/Model/GwOrder.cs
index b9497dd..240e9f3 100644
--- a/web/Model/Model/GwOrder.cs
+++ b/web/Model/Model/GwOrder.cs
@@ -23,19 +23,19 @@
 
         public string ComboId { get; set; }
 
-        public int BasicNum { get; set; }
+        public Int64 BasicNum { get; set; }
 
-        public int GivingNum { get; set; }
+        public Int64 GivingNum { get; set; }
 
         public int Price { get; set; }
 
-        public int OrderNumTotal { get; set; }
+        public Int64 OrderNumTotal { get; set; }
 
-        public int OrderAmountTotal { get; set; }
+        public Int64 OrderAmountTotal { get; set; }
 
-        public int PayAmount { get; set; }
+        public Int64 PayAmount { get; set; }
 
-        public int BeforeBalanceNum { get; set; }
+        public Int64 BeforeBalanceNum { get; set; }
 
         public string Creator { get; set; }
 

--
Gitblit v1.9.1