yzh
2022-06-07 dbda463cdacc6c6101acdf9d58e22450a281b9b0
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,9 +31,15 @@
        public int OrderAmountTotal { get; set; }
        public int PayAmount { get; set; }
        public int BeforeBalanceNum { get; set; }
        public string Creator { get; set; }
        //各级审核人组合,以半角逗号分隔。
        public string Auditor { get; set; }
        public DateTime CreateTime { get; set; }
@@ -40,5 +48,8 @@
        public int Status { get; set; }
        public string Remark { get; set; }
  }
        //客户余额
        public long Balance { get; set; }
    }
}