Compare commits

...

2 Commits

Author SHA1 Message Date
he 86ea3ebc32 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
2025-02-27 17:12:01 +08:00
he 01aba3f3e0 影像质疑超限天数修改 2025-02-27 17:11:59 +08:00
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; } = 5; public int ChangeDefalutDays { get; set; } = 7;
[Comment("跨项目复制")] [Comment("跨项目复制")]
public bool IsImageReplicationAcrossTrial { get; set; } = false; public bool IsImageReplicationAcrossTrial { get; set; } = false;