6 changed files with 251 additions and 1 deletions
-
10src/Shentun.WebPeis.Application.Contracts/AppointPatientRegisters/RecommendCustomerOrgGroupDto.cs
-
24src/Shentun.WebPeis.Application.Contracts/AppointPatientRegisters/RecommendMedicalPackagePatientRegisterAndRecommendIdInputDto.cs
-
19src/Shentun.WebPeis.Application.Contracts/AppointPatientRegisters/RecommendMedicalPackagePatientRegisterIdInputDto.cs
-
142src/Shentun.WebPeis.Application/AppointPatientRegisters/AppointPatientRegisterAppService.cs
-
6src/Shentun.WebPeis.Domain/CacheService.cs
-
51test/Shentun.WebPeis.Application.Tests/AppointPatientRegisterAppServiceTest.cs
@ -0,0 +1,10 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Text; |
||||
|
|
||||
|
namespace Shentun.WebPeis.AppointPatientRegisters |
||||
|
{ |
||||
|
public class RecommendCustomerOrgGroupDto |
||||
|
{ |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,24 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Text; |
||||
|
|
||||
|
namespace Shentun.WebPeis.AppointPatientRegisters |
||||
|
{ |
||||
|
public class RecommendMedicalPackagePatientRegisterAndRecommendIdInputDto |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// 人员登记ID
|
||||
|
/// </summary>
|
||||
|
public Guid PatientRegisterId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 人员ID
|
||||
|
/// </summary>
|
||||
|
public Guid PersonId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 推荐ID
|
||||
|
/// </summary>
|
||||
|
public int RecommendId { get; set; } |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,19 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Text; |
||||
|
|
||||
|
namespace Shentun.WebPeis.AppointPatientRegisters |
||||
|
{ |
||||
|
public class RecommendMedicalPackagePatientRegisterIdInputDto |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// 人员登记ID
|
||||
|
/// </summary>
|
||||
|
public Guid PatientRegisterId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 人员ID
|
||||
|
/// </summary>
|
||||
|
public Guid PersonId { get; set; } |
||||
|
} |
||||
|
} |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue