修改一版
This commit is contained in:
@@ -66,7 +66,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public string Modalitys { get; set; } = string.Empty;
|
||||
|
||||
public string SignCode { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
public class TrialProcessConfig
|
||||
@@ -111,7 +111,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public int? DigitPlaces { get; set; }
|
||||
|
||||
public string SignCode { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
@@ -130,7 +129,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public bool IsPDProgressView { get; set; }
|
||||
|
||||
public string SignCode { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class TrialStateChangeDTO
|
||||
|
||||
Reference in New Issue
Block a user