Uat_Study
parent
2ee384470f
commit
c9383eb7ae
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue