You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.2 KiB

1 month ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace Report.Net5.ConsoleTest
  7. {
  8. public class zyd
  9. {
  10. public string patientRegisterId { get; set; }
  11. public string patientRegisterNo { get; set; }
  12. public string patientName { get; set; }
  13. public string sexName { get; set; }
  14. public int age { get; set; }
  15. public string idNo { get; set; }
  16. public string mobileTelephone { get; set; }
  17. public string patientNo { get; set; }
  18. public int medicalTimes { get; set; }
  19. public string jobCardNo { get; set; }
  20. public string medicalCardNo { get; set; }
  21. public string customerOrgName { get; set; }
  22. public string departmentName { get; set; }
  23. public string customerOrgGroupName { get; set; }
  24. public string medicalPackageName { get; set; }
  25. public string personnelTypeName { get; set; }
  26. public string medicalCenterAddress { get; set; }
  27. public string medicalCenterTelphone { get; set; }
  28. public string medicalCenterFax { get; set; }
  29. public List<zydd> detail { get; set; }
  30. }
  31. }