系统文档区分语言
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2026-07-01 09:25:24 +08:00
parent a69e8969a4
commit 5871d054d3
3 changed files with 24 additions and 11 deletions
@@ -80,7 +80,7 @@ namespace IRaCIS.Core.Application.Contracts
}
public class TrialSignDocView : UnionDocumentWithConfirmInfoView
public class TriaAndSystemlSignDocView : UnionDocumentWithConfirmInfoView
{
public string TrialCode { get; set; }
public string ResearchProgramNo { get; set; }
@@ -90,6 +90,8 @@ namespace IRaCIS.Core.Application.Contracts
public TrialType TrialType { get; set; }
public bool IsTestUser { get; set; }
public UserWorkLanguage UserWorkLanguage { get; set; }
}
@@ -367,6 +369,8 @@ namespace IRaCIS.Core.Application.Contracts
public DocLanguageType DocLanguageType { get; set; }
}