删除返回的机构名称
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
eedc9c5ab8
commit
e73c775296
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
public bool SoftDelete { get; set; } = false;
|
public bool SoftDelete { get; set; } = false;
|
||||||
|
|
||||||
public string InstitutionName { get; set; } = string.Empty;
|
//public string InstitutionName { get; set; } = string.Empty;
|
||||||
public string PatientId { get; set; } = string.Empty;
|
public string PatientId { get; set; } = string.Empty;
|
||||||
public string PatientName { get; set; } = string.Empty;
|
public string PatientName { get; set; } = string.Empty;
|
||||||
public string PatientAge { get; set; } = string.Empty;
|
public string PatientAge { get; set; } = string.Empty;
|
||||||
|
|
Loading…
Reference in New Issue