报错修改

This commit is contained in:
he
2025-12-30 17:14:16 +08:00
parent c16905101f
commit aa7eac50a5
3 changed files with 9 additions and 1 deletions
@@ -522,6 +522,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string DictionaryCode { get; set; }
}
public class EvaluationValue
{
public string Value { get; set; }
public string DictionaryCode { get; set; }
}
public class ChartItem
{
public Arm Arm { get; set; }