车辆信息管理删除更新
parent
4481f98616
commit
014d78685d
|
@ -115,7 +115,7 @@ public class CarController extends BaseController {
|
|||
* 逻辑删除车辆信息管理
|
||||
*/
|
||||
@Log(title = "车辆信息管理" , businessType = BusinessType.DELETE) // 删除
|
||||
@DeleteMapping("/delCar/{vinId}")
|
||||
@GetMapping("/delCar/{vinId}")
|
||||
public Result delCar(@PathVariable String vinId){
|
||||
log.info("功能介绍逻辑删除车辆信息,请求方式:{},请求路径:{},请求参数:{}",
|
||||
request.getMethod(),
|
||||
|
|
Loading…
Reference in New Issue