修改翻译字典名
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-15 10:15:36 +08:00
parent f518b44007
commit cf9d42dc49
4 changed files with 59 additions and 13 deletions
@@ -1171,8 +1171,11 @@ namespace IRaCIS.Core.Application.Contracts
public class CommonQuesionInfo
{
//问题标识,肿瘤评估用于区分是什么问题
public QuestionType? QuestionType { get; set; }
public Guid QuestionId { get; set; }
public string QuestionName { get; set; }
public string QuestionValue { get; set; }
@@ -1289,6 +1292,8 @@ namespace IRaCIS.Core.Application.Contracts
#endregion
public Guid TableQuesionId { get; set; }
public string QuestionName { get; set; }
public string QuestionValue { get; set; }