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

This commit is contained in:
2024-08-20 14:09:01 +08:00
parent a6102490c8
commit 3096671595
@@ -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