|
|
@ -9,7 +9,7 @@ namespace Shentun.Peis.PlugIns |
|
|
public class AppointPatientRegisterIdInputDto |
|
|
public class AppointPatientRegisterIdInputDto |
|
|
{ |
|
|
{ |
|
|
public Guid ThirdInterFaceId { get; set; } |
|
|
public Guid ThirdInterFaceId { get; set; } |
|
|
public string AppointPatientRegisterId { get; set; } |
|
|
|
|
|
|
|
|
public string? AppointPatientRegisterId { get; set; } |
|
|
|
|
|
|
|
|
public Guid PatientRegisterId { get; set; } |
|
|
public Guid PatientRegisterId { get; set; } |
|
|
} |
|
|
} |
|
|
|