添加分割类型
This commit is contained in:
@@ -405,6 +405,12 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
/// </summary>
|
||||
public List<string> ReadingToolList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 分割工具
|
||||
/// </summary>
|
||||
public List<string> SegmentToolList { get; set; } = new List<string>();
|
||||
|
||||
|
||||
public string TrialModalitys { get; set; }
|
||||
|
||||
public bool IsImageFilter { get; set; }
|
||||
@@ -937,6 +943,11 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
{
|
||||
public List<string> ReadingToolList { get; set; } = new List<string>() { };
|
||||
|
||||
/// <summary>
|
||||
/// 分割工具
|
||||
/// </summary>
|
||||
public List<string> SegmentToolList { get; set; } = new List<string>();
|
||||
|
||||
public List<KeyFile> KeyFileList { get; set; }=new List<KeyFile>() { };
|
||||
|
||||
public bool IsImageFilter { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user