修改一版

This commit is contained in:
he
2022-06-02 14:01:31 +08:00
parent 94e075ef54
commit 68ac0941c2
7 changed files with 20 additions and 27 deletions
@@ -29,7 +29,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 截止访视
/// </summary>
public decimal? ExpirationVisit { get; set; }
public decimal? ExpirationVisitNum { get; set; }
/// <summary>
/// 访视计划ID
@@ -41,7 +41,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public Guid SubjectId { get; set; }
/// <summary>
/// 名称
/// </summary>
@@ -197,7 +196,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public bool IsFinalVisit { get; set; } = false;
/// <summary>
/// 上一访视
/// </summary>
@@ -228,7 +226,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public bool IsEnrollmentConfirm { get; set; } = false;
}