Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
c1667fc48b
|
@ -1057,7 +1057,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
[Comment("SPM 参与重阅审批")]
|
||||
public bool IsSPMJoinReReadingApproval { get; set; }
|
||||
|
||||
|
||||
public List<string> ImageFormatList { get; set; }
|
||||
|
||||
public List<Guid> TrialCriterionIds { get; set; } = new List<Guid>();
|
||||
|
||||
|
|
|
@ -170,7 +170,7 @@ public partial class Trial : BaseFullDeleteAuditEntity
|
|||
[Comment("阅片方式")]
|
||||
public int ReadingMode { get; set; } = 1;
|
||||
|
||||
public int ChangeDefalutDays { get; set; } = 5;
|
||||
public int ChangeDefalutDays { get; set; } = 7;
|
||||
|
||||
[Comment("跨项目复制")]
|
||||
public bool IsImageReplicationAcrossTrial { get; set; } = false;
|
||||
|
|
Loading…
Reference in New Issue