web/Model/Model/GwOrder.cs
@@ -19,6 +19,8 @@
        public string ProductId { get; set; }
        public string ProductName { get; set; }
        public string ComboId { get; set; }
        public int BasicNum { get; set; }
@@ -37,6 +39,10 @@
        public string Creator { get; set; }
        //各级审核人组合,以半角逗号分隔。
        public string Auditor { get; set; }
        public DateTime CreateTime { get; set; }
        //0-待审核(已提交);1-审核中;2-审核不通过;3-审核不通过;4-取消;
@@ -44,5 +50,8 @@
        public int Status { get; set; }
        public string Remark { get; set; }
  }
        //客户余额
        public long Balance { get; set; }
    }
}