数组给默认参数
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-08-20 14:09:01 +08:00
parent a6102490c8
commit 3096671595
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ namespace IRaCIS.Core.Application.Contracts
public string? PM_EMail { get; set; }
public List<Guid> TrialIdList { get; set; }
public List<Guid> TrialIdList { get; set; }=new List<Guid>();
}
public class TrialToBeDoneDto : TrialBaseInfoDto