7 changed files with 74 additions and 27 deletions
-
13src/Shentun.ColumnReferencePlugIns/WebAppointPatientRegisterIdInput.cs
-
15src/Shentun.ColumnReferencePlugIns/WebAppointPlugInsBase.cs
-
26src/Shentun.ColumnReferencePlugIns/WebAppointWebPeisPlugIns.cs
-
1src/Shentun.Peis.Application.Contracts/AppointPatientRegisters/AppointPatientRegisterIdInputDto.cs
-
15src/Shentun.Peis.Application.Contracts/AppointPatientRegisters/AppointPatientRegisterPlugInsInputDto.cs
-
29src/Shentun.Peis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs
-
2test/Shentun.Peis.ColumnReference.Tests/WebAppointWebPeisPlugInsTest.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 |
||||
|
{ |
||||
|
public class WebAppointPatientRegisterIdInput |
||||
|
{ |
||||
|
public Guid AppointPatientRegisterId { get; set; } |
||||
|
} |
||||
|
} |
||||
@ -1,15 +0,0 @@ |
|||||
using System; |
|
||||
using System.Collections.Generic; |
|
||||
using System.Text; |
|
||||
|
|
||||
namespace Shentun.Peis.AppointPatientRegisters |
|
||||
{ |
|
||||
public class AppointPatientRegisterPlugInsInputDto |
|
||||
{ |
|
||||
public string IdNo { get; set; } |
|
||||
public string MobilePhone { get; set; } |
|
||||
|
|
||||
public DateTime? AppointStartDate { get; set; } |
|
||||
public DateTime? AppointStopDate { get; set; } |
|
||||
} |
|
||||
} |
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue