修改警告
This commit is contained in:
@@ -223,7 +223,7 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
{
|
||||
public string ExperimentName { get; set; } = string.Empty;
|
||||
|
||||
public string SiteName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public string FirstName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
@@ -260,7 +260,6 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
||||
/// </summary>
|
||||
/// <param name="addDto">添加对象</param>
|
||||
/// <param name="signId">签名Id</param>
|
||||
/// <param name="Statusdata">初始化状态对象</param>
|
||||
/// <returns></returns>
|
||||
public async Task<IResponseOutput> AddInspectionRecordAsync(DataInspectionAddDTO addDto, Guid? signId=null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user