using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _1200gFtp { public class panduReturnModel { public string applyId { get; set; }//申请id public int applyStatus { get; set; }//申请状态 public string auditorTime { get; set; }//审核时间 public string auditorUserId { get; set; }//审核用户的用户ID public string auditorUserName { get; set; }//审核用户的用户名 public string crisis { get; set; }//危机值 public string diagnosticPosId { get; set; }//诊断机构的机构id public string patientBirthday { get; set; }//患者生日 public string patientId { get; set; }//患者ID public string patientName { get; set; }//患者姓名 public string patientSex { get; set; }//患者性别 public string positive { get; set; }//积极 public string reportConclusion { get; set; }//诊断结论 public string reportFeatures { get; set; }//特征说明 public string reportPdf { get; set; }//报告地址 public string reportTime { get; set; }//报告时间 public string reportUserId { get; set; }//出报告的医生id public string reportUserName { get; set; }//出报告的医生的用户名 public string supplierId { get; set; }//供应商ID } }