Compare commits

..

No commits in common. "1e509c0ec709d0864ef9df6f6f36e74d464a4a31" and "736266d8e801661dd3e17c67794b0426684c81a6" have entirely different histories.

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; } = new DefaultSegmentNameDto();
public DefaultSegmentNameDto DefaultSegmentName { get; set; }
}