增加打包状态 crc列表增加字段,影像下载打包迁移
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-17 10:51:30 +08:00
parent 2933d100f7
commit 85439213b2
7 changed files with 299 additions and 13 deletions
@@ -1470,6 +1470,10 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsLostVisit { get; set; }
public string VisitImageZipPath { get; set; }
public PackState PackState { get; set; }
//public Guid? ClinicalDataSignUserId { get; set; }
}