Compare commits
2 Commits
02e5d770db
...
86ea3ebc32
Author | SHA1 | Date |
---|---|---|
|
86ea3ebc32 | |
|
01aba3f3e0 |
|
@ -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; } = 5;
|
public int ChangeDefalutDays { get; set; } = 7;
|
||||||
|
|
||||||
[Comment("跨项目复制")]
|
[Comment("跨项目复制")]
|
||||||
public bool IsImageReplicationAcrossTrial { get; set; } = false;
|
public bool IsImageReplicationAcrossTrial { get; set; } = false;
|
||||||
|
|
Loading…
Reference in New Issue