| | |
| | | public string XmPackage { get; set; } |
| | | public string PurchaserName { get; set; } |
| | | public string Agency { get; set; } |
| | | public bool? IsNotice { get; set; } |
| | | public string IsNotice { get; set; } |
| | | public DateTime? NoticeDate { get; set; } |
| | | public string NoticeDateName { get; set; } |
| | | public DateTime? ChallengeDate { get; set; } |
| | | public string Questioned { get; set; } |
| | | public string Respondent { get; set; } |
| | | public DateTime? RespondDate { get; set; } |
| | | public bool? IsResultnotice { get; set; } |
| | | public string IsResultnotice { get; set; } |
| | | public DateTime? ResultnoticeDate { get; set; } |
| | | public string ResultnoticeDateName { get; set; } |
| | | public DateTime? DocumentsDate { get; set; } |
| | | public string RequestInfo { get; set; } |
| | | public DateTime? Createtime { get; set; } |
| | |
| | | public List<TComplaintItemDTO> complaintItemDTOs { get; set; } |
| | | public List<TComplaintRespondentDTO> complaintRespondentDTOs { get; set; } |
| | | |
| | | public List<TComplaintShouquandaibiaoDTO> complaintShouquandaibiaoDTOs { get; set; } |
| | | |
| | | public List<TComplaintGongyingshangDTO> complaintGongyingshangDTOs { get; set; } |
| | | |
| | | |
| | | |
| | | } |