Uat_Study
he 2022-10-28 18:03:28 +08:00
parent 711e74e33e
commit 28c7b173b2
3 changed files with 31 additions and 0 deletions

View File

@ -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>

View File

@ -145,6 +145,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
/// <summary>
/// 默认值
/// </summary>
public string DefaultValue { get; set; } = string.Empty;
/// <summary>
/// 数值类型
/// </summary>

View File

@ -152,6 +152,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public ShowQuestion ShowQuestion { get; set; } = ShowQuestion.Show;
/// <summary>
/// 默认值
/// </summary>
public string DefaultValue { get; set; } =string.Empty;
/// <summary>
/// 最大问题数
/// </summary>