| | |
| | | |
| | | public string ClientId { get; set; } |
| | | |
| | | public string Company { get; set; } |
| | | |
| | | public string ClientName { get; set; } |
| | | |
| | | public string ProductId { get; set; } |
| | | |
| | | public string ProductName { get; set; } |
| | | |
| | | 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 BeforeBalanceNum { get; set; } |
| | | public Int64 PayAmount { get; set; } |
| | | |
| | | public Int64 BeforeBalanceNum { get; set; } |
| | | |
| | | public string Creator { get; set; } |
| | | |
| | | //各级审核人组合,以半角逗号分隔。 |
| | | public string Auditor { get; set; } |
| | | |
| | | |
| | | public DateTime CreateTime { get; set; } |
| | | |
| | |
| | | public int Status { get; set; } |
| | | |
| | | public string Remark { get; set; } |
| | | } |
| | | |
| | | //客户余额 |
| | | public long Balance { get; set; } |
| | | } |
| | | } |