5 changed files with 75 additions and 2 deletions
-
6src/Shentun.ColumnReferencePlugIns/WebAppoints/WebAppointPlugInsBase.cs
-
21src/Shentun.ColumnReferencePlugIns/WebAppoints/WebAppointWebPeisPlugIns.cs
-
13src/Shentun.ColumnReferencePlugIns/WebAppoints/WebPatientRegisterIdInput.cs
-
2src/Shentun.Peis.Application.Contracts/AppointPatientRegisters/AppointPatientRegisterIdInputDto.cs
-
35src/Shentun.Peis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs
@ -0,0 +1,13 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace Shentun.Peis.PlugIns.WebAppoints |
|||
{ |
|||
public class WebPatientRegisterIdInput |
|||
{ |
|||
public Guid PatientRegisterId { get; set; } |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue