pm设置回退原因

This commit is contained in:
2025-05-22 15:19:27 +08:00
parent 9748e70cdf
commit 04f91560b8
7 changed files with 19516 additions and 6 deletions
@@ -285,4 +285,7 @@ public class VisitTask : BaseFullAuditEntity
[Comment("通知IR加急阅片时间")]
public DateTime? ExpetidEmailNoticeTime { get; set; }
[Comment("退回原因")]
public string PMBackReason { get; set; }
}