Browse Source

新增查询机场调度列表接口

develop
wanjing 7 months ago
parent
commit
e5c0448812
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/accident/query/QueryAccidentAirportDispatchListService.java

+ 1
- 0
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/accident/query/QueryAccidentAirportDispatchListService.java View File

accidentInspectionVo.setInspectionCode(inspection.getCode()); accidentInspectionVo.setInspectionCode(inspection.getCode());
accidentInspectionVo.setInspectionName(inspection.getName()); accidentInspectionVo.setInspectionName(inspection.getName());
accidentInspectionVo.setStatus(inspection.getStatus()); accidentInspectionVo.setStatus(inspection.getStatus());
accidentInspectionVo.setCreateTime(inspection.getCreateTime());
accidentInspectionVoList.add(accidentInspectionVo); accidentInspectionVoList.add(accidentInspectionVo);
} }
return accidentInspectionVoList; return accidentInspectionVoList;

Loading…
Cancel
Save