[上传监控增加字段]
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-16 11:20:50 +08:00
parent 3dbe92a667
commit ed01407382
3 changed files with 64 additions and 60 deletions
@@ -42,6 +42,7 @@ namespace IRaCIS.Core.Application.Contracts
//[JsonIgnore]
//public int NoneDicomCode { get; set; }
public string RecordPath { get; set; } = string.Empty;
public bool IsDicom { get; set; }
}