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

Test_HIR_Net8
he 2025-09-28 12:13:18 +08:00
parent 400504db74
commit 34e6e1583e
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ public class ReadingTaskQuestionAnswer : BaseAddAuditEntity
/// <summary>
/// PCWG 临时Answer
/// </summary>
public string? PCWGInterimAnswer { get; set; }
public string? PCWGInterimAnswer { get; set; } = null;
}