给字符串增加默认值空
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-07 00:19:33 +08:00
parent 2d864de128
commit 6e2a58c3d7
37 changed files with 393 additions and 232 deletions
@@ -60,9 +60,9 @@ namespace IRaCIS.Core.Domain.Models
public Guid? OtherStudyId { get; set; }
public string? OtherMarkTool { get; set; }
public string? OtherMarkTool { get; set; } = string.Empty;
public string? OtherPicturePath { get; set; }
public string? OtherPicturePath { get; set; } = string.Empty;
public int? OtherNumberOfFrames { get; set; }
public string? OtherMeasureData { get; set; } = string.Empty;