| | |
| | | public decimal? OrderNum { get; set; } |
| | | public decimal? Price { get; set; } |
| | | public decimal? Money { get; set; } |
| | | public string MoneyName { get; set; } |
| | | public string Shr { get; set; } |
| | | public string ShrAddress { get; set; } |
| | | public string ShrTel { get; set; } |
| | |
| | | public int BiddingDocumentsCountused { get; set; } |
| | | public int ComplaintsDisputeCountused { get; set; } |
| | | public int PerformanceDisputeCountused { get; set; } |
| | | |
| | | public decimal? Jichumoney { get; set; } |
| | | public string Xmname { get; set; } |
| | | public string Xmcode { get; set; } |
| | | public string JichumoneyName { get; set; } |
| | | |
| | | } |
| | | |