[保证统计,都有TrialId]
parent
f23963896d
commit
484bb3ca5b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue