修改导表bug
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-24 14:48:11 +08:00
parent f8108da641
commit 9c95d22b6a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -175,7 +175,7 @@ public class VisitTask : BaseFullAuditEntity
public Guid? DoctorUserId { get; set; }
public Guid TrialReadingCriterionId { get; set; }
[Comment("裁判任务的Id")]
[Comment("在访视或者全局任务上记录 裁判任务的Id")]
public Guid? JudgeVisitTaskId { get; set; }
[Comment("任务阅片状态")]
@@ -191,7 +191,7 @@ public class VisitTask : BaseFullAuditEntity
[Comment("PM 对该任务进行了回退 影响的任务不设置")]
public bool IsPMSetBack { get; set; }
[Comment("裁判结果的任务ID(访视或者全局)")]
[Comment("在裁判任务上记录 裁判结果的任务ID(访视或者全局)")]
public Guid? JudgeResultTaskId { get; set; }
[Comment("随访任务号 取访视的号 计划外是 访视+0.1 裁判任务在访视任务上+0.002 全局任务在截止访视号上+0.03 肿瘤待定")]
public decimal VisitTaskNum { get; set; }