完善CRUD
parent
31752b242e
commit
cfb016e322
|
@ -49,9 +49,14 @@ public class EngIneController extends BaseController {
|
||||||
@PostMapping("/insert")
|
@PostMapping("/insert")
|
||||||
public Result<EngineMaintenance> insert(@RequestBody EngineMaintenance engineMaintenance){
|
public Result<EngineMaintenance> insert(@RequestBody EngineMaintenance engineMaintenance){
|
||||||
return engIneService.add(engineMaintenance);
|
return engIneService.add(engineMaintenance);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询规则引擎版本列表
|
* 查询规则引擎版本列表
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue