裁判表单修改

This commit is contained in:
he
2026-08-20 09:37:51 +08:00
parent 446429e8bd
commit de5419739e
2 changed files with 3 additions and 0 deletions
@@ -2508,6 +2508,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public TableQuestionType? QuestionGenre { get; set; }
public string DictionaryCode { get; set; } = string.Empty;
public ValueUnit? Unit { get; set; }
public DataSources DataSource { get; set; }
public string? CustomUnit { get; set; }
public ValueOfType? ValueType { get; set; }
public string ClassifyAlgorithms { get; set; }
@@ -236,6 +236,7 @@ namespace IRaCIS.Core.Application.Service
QuestionGenre = x.QuestionGenre,
DictionaryCode = x.DictionaryCode,
Unit = x.Unit,
DataSource = x.DataSource,
CustomUnit = x.CustomUnit,
ValueType = x.ValueType,