添加返回的字段
parent
1556a9f2b0
commit
6a5ee88351
|
@ -203,13 +203,11 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||||
public string CreateUser { get; set; } = string.Empty;
|
public string CreateUser { get; set; } = string.Empty;
|
||||||
public string UserFirstName { get; set; } = string.Empty;
|
public string UserFirstName { get; set; } = string.Empty;
|
||||||
public string UserLastName { get; set; } = string.Empty;
|
public string UserLastName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public string Description { get; set; } = string.Empty;
|
public string Description { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string ModuleTypeName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -111,6 +111,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
||||||
ResearchProgramNo=data.ResearchProgramNo,
|
ResearchProgramNo=data.ResearchProgramNo,
|
||||||
ObjectType=data.ObjectType,
|
ObjectType=data.ObjectType,
|
||||||
Description=leftfrontAuditConfig.Description,
|
Description=leftfrontAuditConfig.Description,
|
||||||
|
ModuleTypeName= leftmoduleTypec.ValueCN,
|
||||||
};
|
};
|
||||||
|
|
||||||
query = query.WhereIf(!dto.BlindName.IsNullOrEmpty(), x => x.BlindName == dto.BlindName)
|
query = query.WhereIf(!dto.BlindName.IsNullOrEmpty(), x => x.BlindName == dto.BlindName)
|
||||||
|
|
Loading…
Reference in New Issue