Compare commits

..

No commits in common. "86ea3ebc323942120472aef3c88b8195e5808dc9" and "02e5d770db3518cfbac810566befbeeaabfbd322" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ public partial class Trial : BaseFullDeleteAuditEntity
[Comment("阅片方式")] [Comment("阅片方式")]
public int ReadingMode { get; set; } = 1; public int ReadingMode { get; set; } = 1;
public int ChangeDefalutDays { get; set; } = 7; public int ChangeDefalutDays { get; set; } = 5;
[Comment("跨项目复制")] [Comment("跨项目复制")]
public bool IsImageReplicationAcrossTrial { get; set; } = false; public bool IsImageReplicationAcrossTrial { get; set; } = false;