修改
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using IRaCIS.Application.Contracts;
|
||||
using IRaCIS.Core.Application.Contracts;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -142,6 +143,12 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
|
||||
public class DataInspectionDto<T> : InspectionBase, IInspectionDTO, ISignDTO
|
||||
{
|
||||
public DataInspectionDto()
|
||||
{
|
||||
this.AuditInfo.JsonDetail= JsonConvert.SerializeObject(this.OptCommand);
|
||||
}
|
||||
|
||||
|
||||
public T OptCommand { get; set; }
|
||||
}
|
||||
|
||||
@@ -207,7 +214,8 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
|
||||
public string ModuleTypeName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
public string SignText { get; set; } = string.Empty;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user