修改一版

This commit is contained in:
he
2022-07-13 14:40:09 +08:00
parent f445dffb4d
commit 2dd9cf6c5c
4 changed files with 47 additions and 7 deletions
@@ -597,6 +597,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string TypeValue { get; set; }
public bool IsEnable { get; set; } = false;
/// <summary>
/// 标准分页Id
/// </summary>
public Guid? ReadingCriterionPageId { get; set; }
}