This commit is contained in:
he
2023-04-26 15:52:00 +08:00
parent 19ebce1c98
commit c223244f10
5 changed files with 57 additions and 2 deletions
@@ -1224,6 +1224,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
/// <summary>
/// 问题类型
/// </summary>
@@ -809,6 +809,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
/// <summary>
/// 转化显示类型
/// </summary>
public ConvertShowType ConvertShowType { get; set; } = ConvertShowType.All;
/// <summary>
/// 默认值
/// </summary>
@@ -1092,6 +1097,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
/// <summary>
/// 转化显示类型
/// </summary>
public ConvertShowType ConvertShowType { get; set; } = ConvertShowType.All;
/// <summary>
/// 默认值
@@ -1576,6 +1586,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
/// <summary>
/// 转化显示类型
/// </summary>
public ConvertShowType ConvertShowType { get; set; } = ConvertShowType.All;
/// <summary>
/// 默认值
/// </summary>
@@ -1739,7 +1754,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
/// <summary>
/// <summary>
/// 转化显示类型
/// </summary>
public ConvertShowType ConvertShowType { get; set; } = ConvertShowType.All;
/// <summary>
/// 默认值
/// </summary>
public string DefaultValue { get; set; } =string.Empty;