修改一版
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user