|
@@ -223,6 +223,7 @@ public class BusPumpController{
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
@ApiOperation("撤泵")
|
|
@ApiOperation("撤泵")
|
|
|
|
|
+ @Deprecated
|
|
|
@PostMapping("/removePumpByIds")
|
|
@PostMapping("/removePumpByIds")
|
|
|
public CommonResult<Boolean> removePump(@RequestBody List<String> ids) {
|
|
public CommonResult<Boolean> removePump(@RequestBody List<String> ids) {
|
|
|
iBusPumpEntityService.removePump(ids);
|
|
iBusPumpEntityService.removePump(ids);
|