数据同步增加表,增加项目字段,修改项目配置接口,更新邮件发送包
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-03-09 17:35:11 +08:00
parent 4b569e8fdb
commit 6427d1f5fb
4 changed files with 100 additions and 5 deletions
@@ -101,6 +101,7 @@ namespace IRaCIS.Core.Application.Contracts
public class TrialProcessConfig
{
public TrialDataStore TrialDataStoreType { get; set; }
public List<Guid> CriterionIds { get; set; } = new List<Guid>();
@@ -1084,6 +1085,8 @@ namespace IRaCIS.Core.Application.Contracts
public class TrialConfigDTO : BasicTrialConfig
{
public TrialDataStore TrialDataStoreType { get; set; }
[Comment("阅片任务产生之前 采集影像")]
public CollectImagesType CollectImagesEnum { get; set; }