修改导表内容
This commit is contained in:
@@ -584,6 +584,14 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string CheckDialogStr { get; set; }
|
||||
|
||||
public DateTime? CheckBackTime { get; set; }
|
||||
|
||||
public DateTime? EarliestScanDate { get; set; }
|
||||
|
||||
public DateTime? LatestScanDate { get; set; }
|
||||
|
||||
public List<string> ModalityList { get; set; }
|
||||
|
||||
public string Modalitys => string.Join(',', ModalityList);
|
||||
}
|
||||
|
||||
|
||||
@@ -1248,6 +1256,17 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public List<CheckChanllengeDialogDTO> DialogList { get; set; }
|
||||
}
|
||||
|
||||
public class QCCheckWithModalityView: QCCheckViewModel
|
||||
{
|
||||
public DateTime? EarliestScanDate { get; set; }
|
||||
|
||||
public DateTime? LatestScanDate { get; set; }
|
||||
|
||||
public List<string> ModalityList { get; set; }
|
||||
|
||||
public string Modalitys =>string.Join(',', ModalityList);
|
||||
}
|
||||
|
||||
public class QCCheckViewModel
|
||||
{
|
||||
public string? TalkContent { get; set; } = String.Empty;
|
||||
|
||||
Reference in New Issue
Block a user