修改一版
This commit is contained in:
@@ -13,15 +13,14 @@ namespace IRaCIS.Core.Application.Service.Inspection.Interface
|
||||
|
||||
Task<PageOutput<GetDataInspectionOutDto>> GetInspectionData(GetDataInspectionDto dto);
|
||||
|
||||
string AddJsonItem(string json, Dictionary<string, object> keyValues);
|
||||
void MapData(dynamic data, dynamic mapData);
|
||||
|
||||
|
||||
Task<IResponseOutput> VerifySignatureAsync(SignDTO signDTO);
|
||||
Task<IResponseOutput> VerifySignatureAsync(SignDTO signDTO, IResponseOutput response);
|
||||
|
||||
Task<Guid> AddSignRecordAsync(SignDTO signDTO);
|
||||
|
||||
Task RecordSing(SignDTO SignInfo);
|
||||
Task<dynamic> Enforcement(dynamic OptCommand, DataInspectionAddDTO AuditInfo, SignDTO SignInfo, dynamic fun, IResponseOutput? response = null);
|
||||
Task RecordSing(SignDTO SignInfo, IResponseOutput response);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user