修改一版

This commit is contained in:
he
2022-05-10 10:24:03 +08:00
parent 9a8265af3d
commit ea625726ad
4 changed files with 8 additions and 67 deletions
@@ -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