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; }