添加默认值
continuous-integration/drone/push Build is passing Details

Test_IRC_Net10
he 2026-04-14 11:17:54 +08:00
parent 1771e9731c
commit 1618f0454c
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary>
/// 默认SegmentName
/// </summary>
public DefaultSegmentNameDto DefaultSegmentName { get; set; }
public DefaultSegmentNameDto DefaultSegmentName { get; set; } = new DefaultSegmentNameDto() { };
public List<string> ReadingToolList { get; set; } = new List<string>() { };