master
parent
fdf716c3e2
commit
f59bfde2a0
|
@ -57,21 +57,21 @@ public class FencingController extends BaseController {
|
|||
}
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Description: 删除单个电子围栏
|
||||
No such property: code for class: Script1
|
||||
* @return: com.fate.common.core.domain.Result
|
||||
* @Author: YHY
|
||||
* @Updator: YHY
|
||||
* @Date 2023/11/18 14:00
|
||||
*/
|
||||
@PostMapping("/deleteFencingById/{fencingId}")
|
||||
@PostMapping("/deleteFence/{fencingId}")
|
||||
public Result deleteFencingById(@PathVariable Integer fencingId){
|
||||
Result result = fencingService.deleteFencingById(fencingId);
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Description: 修改电子围栏
|
||||
No such property: code for class: Script1
|
||||
* @return: com.fate.common.core.domain.Result
|
||||
* @Author: YHY
|
||||
|
|
Loading…
Reference in New Issue