裁判表单修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b31178c0c0
commit
54c8f71af7
|
|
@ -2508,6 +2508,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
public TableQuestionType? QuestionGenre { get; set; }
|
public TableQuestionType? QuestionGenre { get; set; }
|
||||||
public string DictionaryCode { get; set; } = string.Empty;
|
public string DictionaryCode { get; set; } = string.Empty;
|
||||||
public ValueUnit? Unit { get; set; }
|
public ValueUnit? Unit { get; set; }
|
||||||
|
|
||||||
|
public DataSources DataSource { get; set; }
|
||||||
public string? CustomUnit { get; set; }
|
public string? CustomUnit { get; set; }
|
||||||
public ValueOfType? ValueType { get; set; }
|
public ValueOfType? ValueType { get; set; }
|
||||||
public string ClassifyAlgorithms { get; set; }
|
public string ClassifyAlgorithms { get; set; }
|
||||||
|
|
|
||||||
|
|
@ -236,6 +236,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
QuestionGenre = x.QuestionGenre,
|
QuestionGenre = x.QuestionGenre,
|
||||||
DictionaryCode = x.DictionaryCode,
|
DictionaryCode = x.DictionaryCode,
|
||||||
Unit = x.Unit,
|
Unit = x.Unit,
|
||||||
|
DataSource = x.DataSource,
|
||||||
CustomUnit = x.CustomUnit,
|
CustomUnit = x.CustomUnit,
|
||||||
ValueType = x.ValueType,
|
ValueType = x.ValueType,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue