字符串默认值+数据库统一维护
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-07 11:29:30 +08:00
parent 243fae4b19
commit 7fee1abdb5
8 changed files with 38 additions and 38 deletions
@@ -68,9 +68,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; }
@@ -159,7 +159,7 @@ namespace IRaCIS.Core.Domain.Models
public string? OtherMeasureData { get; set; } = string.Empty;
public string OtherMeasureData { get; set; } = string.Empty;
//病灶编号