合并接口
This commit is contained in:
@@ -65,6 +65,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
|
||||
public string Modalitys { get; set; } = string.Empty;
|
||||
|
||||
public string SignCode { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class TrialProcessConfig
|
||||
@@ -109,6 +111,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public int? DigitPlaces { get; set; }
|
||||
|
||||
public string SignCode { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
public class TrialUrgentConfig
|
||||
@@ -126,7 +130,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public bool IsPDProgressView { get; set; }
|
||||
|
||||
|
||||
public string SignCode { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class TrialStateChangeDTO
|
||||
@@ -153,7 +157,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public string UserRealName { get; set; } = String.Empty;
|
||||
|
||||
|
||||
public string SignCode { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user