Revert "refactor: 调整巡检模块接口路径为 safeProduction"
This reverts commit 891b3d7b05952772fa7e4b51a80223fcc07e07ab.
| | |
| | | */ |
| | | @Tag(name = "隐患上报") |
| | | @RestController |
| | | @RequestMapping("/safeProduction/hazardReport") |
| | | @RequestMapping("/device/hazardReport") |
| | | @RequiredArgsConstructor |
| | | public class HazardReportController { |
| | | |
| | |
| | | */ |
| | | @Tag(name = "线路巡检") |
| | | @RestController |
| | | @RequestMapping("/safeProduction/lineInspection") |
| | | @RequestMapping("/device/lineInspection") |
| | | @RequiredArgsConstructor |
| | | public class LineInspectionController { |
| | | |
| | |
| | | */ |
| | | @Tag(name = "安全设施巡检") |
| | | @RestController |
| | | @RequestMapping("/safeProduction/safetyFacility") |
| | | @RequestMapping("/device/safetyFacility") |
| | | @RequiredArgsConstructor |
| | | public class SafetyFacilityController { |
| | | |