[保证统计,都有TrialId]

IRC_NewDev
hang 2024-02-27 15:52:40 +08:00
parent f23963896d
commit 484bb3ca5b
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ namespace IRaCIS.Application.Contracts
{ {
public Guid Id { get; set; } public Guid Id { get; set; }
public Guid TrialId => Id;
public string ExperimentName { get; set; } = string.Empty; public string ExperimentName { get; set; } = string.Empty;
public string TrialCode { get; set; } = string.Empty; public string TrialCode { get; set; } = string.Empty;