修改导表 Excel 列名处理
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-15 12:54:58 +08:00
parent 2fdd7bf464
commit 5570c56b1e
3 changed files with 123 additions and 22 deletions
@@ -1168,6 +1168,16 @@ namespace IRaCIS.Core.Application.Contracts
public string TranslateDicName { get; set; }
}
public class ExportQuestionBasicInfo
{
public QuestionType? QuestionType { get; set; }
public string TableName { get; set; }
public Guid QuestionId { get; set; }
public string QuestionName { get; set; }
public string TranslateDicName { get; set; }
public string CDISCCode { get; set; }
}
public class CommonQuesionInfo
{
@@ -1288,7 +1298,7 @@ namespace IRaCIS.Core.Application.Contracts
#region
public string TableQuestionName { get; set; }
public string TableName { get; set; }
#endregion