Compare commits

..

2 Commits

Author SHA1 Message Date
he 1e509c0ec7 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2026-04-14 09:13:48 +08:00
he 0d412c245f 字段修改 2026-04-14 09:13:46 +08:00
1 changed files with 1 additions and 1 deletions

View File

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