修改一版

This commit is contained in:
he
2022-06-08 11:40:52 +08:00
parent f3b21e4cd4
commit f47978bca2
8 changed files with 108 additions and 15 deletions
@@ -82,7 +82,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class PreviewTheReadingListInDto : PageInput
{
/// <summary>
/// 中心ID
/// </summary>
@@ -113,6 +112,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string ReadingPeriodName { get; set; }
/// <summary>
/// 类型
/// </summary>
public ReadingSetType ReadingSetType { get; set; }
}
@@ -171,6 +175,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string SubjectVisitName { get; set; }
public DateTime? EffectOfTime { get; set; }
}
public class ReadingPeriodSetView
@@ -221,6 +228,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public DateTime CreateTime { get; set; }
/// <summary>
/// 生效时间
/// </summary>
public DateTime? EffectOfTime { get; set; }
/// <summary>
/// 创建人
/// </summary>