@@ -34,4 +34,9 @@ public class ReadingTaskQuestionAnswer : BaseAddAuditEntity
|
||||
public string GlobalChangeAnswer { get; set; } = string.Empty;
|
||||
[Comment("全局阅片是否修改")]
|
||||
public bool IsGlobalChange { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// PCWG 临时Answer
|
||||
/// </summary>
|
||||
public string? PCWGInterimAnswer { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user