This commit is contained in:
he
2022-10-28 18:03:28 +08:00
parent 711e74e33e
commit 28c7b173b2
3 changed files with 31 additions and 0 deletions
@@ -620,6 +620,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
/// <summary>
/// 默认值
/// </summary>
public string DefaultValue { get; set; } = string.Empty;
/// <summary>
/// 问题类型
/// </summary>
@@ -789,6 +794,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
/// <summary>
/// 默认值
/// </summary>
public string DefaultValue { get; set; } = string.Empty;
/// <summary>
/// 字典code
/// </summary>
@@ -1106,6 +1117,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
/// <summary>
/// 默认值
/// </summary>
public string DefaultValue { get; set; } = string.Empty;
/// <summary>
/// 分组
/// </summary>
@@ -1245,6 +1261,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
/// <summary>
/// 默认值
/// </summary>
public string DefaultValue { get; set; } =string.Empty;
/// <summary>
/// 系统标准Id
/// </summary>