添加冗余字段

This commit is contained in:
2025-04-11 10:21:42 +08:00
parent 842b7117a2
commit 87f9d08c74
6 changed files with 19411 additions and 4 deletions
+9
View File
@@ -198,6 +198,15 @@ public class SubjectVisitImageBackRecord : BaseFullAuditEntity
public Guid SubjectVisitId { get; set; }
public DateTime? SubmitTime { get; set; }
public DateTime? EarliestScanDate { get; set; }
[Comment("最晚拍片日期")]
public DateTime? LatestScanDate { get; set; }
public ImageBackApplyEnum ApplyUserRole { get; set; }
[Comment("影像上传 回退")]