This commit is contained in:
he
2022-11-04 17:28:59 +08:00
parent 2ee384470f
commit c9383eb7ae
2 changed files with 7 additions and 0 deletions
@@ -1484,6 +1484,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public string DefaultValue { get; set; }
public Guid Id { get; set; }
@@ -1503,6 +1504,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string DictionaryCode { get; set; }
/// <summary>
/// 默认值
/// </summary>
public string DefaultValue { get; set; } = string.Empty;
/// <summary>
/// 类型
@@ -309,6 +309,7 @@ namespace IRaCIS.Application.Services
Childrens = new List<GetSystemReadingQuestionOutDto>(),
ShowOrder = x.ShowOrder,
GroupName = string.Empty,
Id = x.Id,
Type = x.Type,
DictionaryCode = x.DictionaryCode,