Browse Source

预约

master
DESKTOP-G961P6V\Zhh 2 years ago
parent
commit
b8e7dadca6
  1. 2
      src/Shentun.Peis.Application.Contracts/AppointPatientRegisters/AppointPatientRegisterIdInputDto.cs

2
src/Shentun.Peis.Application.Contracts/AppointPatientRegisters/AppointPatientRegisterIdInputDto.cs

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

Loading…
Cancel
Save