yzh
2022-07-11 685ccf5844d23a0d64da78cb2a9eb71c2cca9b8e
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; }