Compare commits
No commits in common. "86ea3ebc323942120472aef3c88b8195e5808dc9" and "02e5d770db3518cfbac810566befbeeaabfbd322" have entirely different histories.
86ea3ebc32
...
02e5d770db
|
@ -170,7 +170,7 @@ public partial class Trial : BaseFullDeleteAuditEntity
|
|||
[Comment("阅片方式")]
|
||||
public int ReadingMode { get; set; } = 1;
|
||||
|
||||
public int ChangeDefalutDays { get; set; } = 7;
|
||||
public int ChangeDefalutDays { get; set; } = 5;
|
||||
|
||||
[Comment("跨项目复制")]
|
||||
public bool IsImageReplicationAcrossTrial { get; set; } = false;
|
||||
|
|
Loading…
Reference in New Issue