PCWG修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-10-29 13:55:05 +08:00
parent 0e93894ed8
commit 541e000183
10 changed files with 21318 additions and 63 deletions
@@ -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; }
}