| | |
| | | public string Agency { get; set; } |
| | | public decimal YishouMoney { get; set; } |
| | | public decimal WeishouMoney { get; set; } |
| | | public string Status { get; set; } |
| | | public string StatusName { get; set; } |
| | | |
| | | public string RequestInfo { get; set; } |
| | | |
| | | |
| | | public string[] Evidential { get; set; } |
| | | public string[] Question { get; set; } |
| | | public string[] Law { get; set; } |
| | | public string[] Lawcoment { get; set; } |
| | | |
| | | public string OrderId { get; set; } |
| | | public int PrintNum { get; set; } |
| | | } |
| | | |
| | | public class CooperOrderDTOSearch : SearchEntity |