添加字段
This commit is contained in:
@@ -19,4 +19,5 @@ public class PqIcdPathDTO {
|
||||
private String fileName;
|
||||
//icd文件存储的地址
|
||||
private String filePath;
|
||||
private String devType;
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ public class PqIcdPathController extends BaseController {
|
||||
pqIcdPathDTO.setUpdateTime(LocalDateTimeUtil.format(temp.getUpdateTime(), DatePattern.NORM_DATETIME_PATTERN));
|
||||
pqIcdPathDTO.setFileName(temp.getPath().substring(temp.getPath().lastIndexOf('/') + 1));
|
||||
pqIcdPathDTO.setFilePath(temp.getPath());
|
||||
|
||||
pqIcdPathDTO.setDevType(temp.getName());
|
||||
return pqIcdPathDTO;
|
||||
}).collect(Collectors.toList());
|
||||
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, result, methodDescribe);
|
||||
|
||||
Reference in New Issue
Block a user