This commit is contained in:
he
2023-01-03 10:38:01 +08:00
parent f96ce12758
commit 55d2ec2dd7
7 changed files with 106 additions and 1 deletions
@@ -161,6 +161,17 @@ namespace IRaCIS.Core.Domain.Models
public ValueUnit? Unit { get; set; }
/// <summary>
/// 问题英文名称
/// </summary>
public string QuestionEnName { get; set; } = string.Empty;
/// <summary>
/// 问题英文分组
/// </summary>
public string GroupEnName { get; set; } = string.Empty;
/// <summary>
/// 数据来源
/// </summary>