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

hang 2024-08-20 14:09:01 +08:00
parent 3ca7d6f21b
commit e5081ff568
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