合并接口

This commit is contained in:
he
2022-04-14 16:48:13 +08:00
parent 5846ca9fb9
commit 576c1bf7e9
3 changed files with 121 additions and 4 deletions
@@ -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;
}