|
@ -43,7 +43,7 @@ public class OresController { |
|
|
|
|
|
|
|
|
@Operation(summary = "删除矿石") |
|
|
@Operation(summary = "删除矿石") |
|
|
@DeleteMapping("/{ids}") |
|
|
@DeleteMapping("/{ids}") |
|
|
public Result<String> deleteOres(@Parameter(description = "矿工是ID,多个以英文逗号(,)分割") @PathVariable String ids) { |
|
|
|
|
|
|
|
|
public Result<String> deleteOres(@Parameter(description = "矿石ID,多个以英文逗号(,)分割") @PathVariable String ids) { |
|
|
return Result.success(); |
|
|
return Result.success(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|