返回 SliceThickness
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-31 15:52:33 +08:00
parent 9cbe4cc36e
commit b338188c5f
2 changed files with 3 additions and 0 deletions
@@ -30,6 +30,8 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsDeleted { get; set; }
public bool IsReading { get; set; } = true;
public string SliceThickness { get; set; } = String.Empty;
}