Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8

IRC_NewDev
he 2024-02-27 17:26:18 +08:00
commit f7fb89313c
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 TrialId => Id;
public string ExperimentName { get; set; } = string.Empty;
public string TrialCode { get; set; } = string.Empty;