测试数据
parent
2de4a83e81
commit
c61b1b502b
|
@ -29,7 +29,7 @@ public class EngIneController extends BaseController {
|
||||||
EngIneService engIneService;
|
EngIneService engIneService;
|
||||||
|
|
||||||
@PostMapping("/getMaintenanceList")
|
@PostMapping("/getMaintenanceList")
|
||||||
public Result<PageResult<EngineMaintenance>> getMaintenanceList(EngineMaintenanceQueryReq engineMaintenanceQueryReq) {
|
public Result<PageResult<EngineMaintenance>> getMaintenanceList(@RequestBody EngineMaintenanceQueryReq engineMaintenanceQueryReq) {
|
||||||
return engIneService.getMaintenanceList(engineMaintenanceQueryReq);
|
return engIneService.getMaintenanceList(engineMaintenanceQueryReq);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue