字段修改

Test_IRC_Net10
he 2026-04-14 09:13:46 +08:00
parent 334e8f6267
commit 0d412c245f
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ public class ReadingQuestionCriterionTrial : BaseAddAuditEntity
/// 默认SegmentName
/// </summary>
[MaxLength]
public DefaultSegmentNameDto DefaultSegmentName { get; set; }
public DefaultSegmentNameDto DefaultSegmentName { get; set; } = new DefaultSegmentNameDto();
}