From b8e7dadca66d4a8456e3d610bbaae5980f523609 Mon Sep 17 00:00:00 2001 From: "DESKTOP-G961P6V\\Zhh" <839860190@qq.com> Date: Wed, 26 Jun 2024 00:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppointPatientRegisters/AppointPatientRegisterIdInputDto.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shentun.Peis.Application.Contracts/AppointPatientRegisters/AppointPatientRegisterIdInputDto.cs b/src/Shentun.Peis.Application.Contracts/AppointPatientRegisters/AppointPatientRegisterIdInputDto.cs index 626b2ce..bff7933 100644 --- a/src/Shentun.Peis.Application.Contracts/AppointPatientRegisters/AppointPatientRegisterIdInputDto.cs +++ b/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; } }