using System; using System.Collections.Generic; #nullable disable namespace zhengcaioa.Models { public partial class TComplaintletter { public string Id { get; set; } public int? PrintNum { get; set; } public string OrderId { get; set; } public string TsrId { get; set; } public string TsrName { get; set; } public string TsrAddress { get; set; } public string TsrPostcode { get; set; } public string TsrCorporation { get; set; } public string TsrPhone { get; set; } public string SqdbId { get; set; } public string SqdbName { get; set; } public string SqdbPhone { get; set; } public string SqdbAddress { get; set; } public string SqdbPostcode { get; set; } public string GysId { get; set; } public string GysName { get; set; } public string GysAddress { get; set; } public string GysPostcode { get; set; } public string GysContacts { get; set; } public string GysPhone { get; set; } public string XmId { get; set; } public string XmName { get; set; } public string XmCode { get; set; } public string XmPackage { get; set; } public string PurchaserName { get; set; } public string Agency { get; set; } public bool? IsNotice { get; set; } public DateTime? NoticeDate { 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 DateTime? ResultnoticeDate { get; set; } public DateTime? DocumentsDate { get; set; } public string RequestInfo { get; set; } public DateTime? Createtime { get; set; } public string Creater { get; set; } public DateTime? Modifytime { get; set; } public string Modifier { get; set; } public int? Status { get; set; } } }