| | |
| | | |
| | | |
| | | @PreventRepeat |
| | | @ApiOperation("批量保存就地存取规则") |
| | | @ApiOperation("批量保存就地寄存规则") |
| | | @PostMapping("/localStorage/batchSave") |
| | | @RequiresPermissions("business:pricingRule:create") |
| | | public ApiResponse batchSaveLocalStoragePricing(@RequestBody @Validated LocalStoragePricingSaveDTO request) { |
| | |
| | | return ApiResponse.success(null); |
| | | } |
| | | |
| | | @ApiOperation("查询就地存取规则列表") |
| | | @ApiOperation("查询就地寄存规则列表") |
| | | @GetMapping("/localStorage/list") |
| | | @RequiresPermissions("business:pricingRule:query") |
| | | public ApiResponse<List<LocalStoragePricingVO>> listLocalStoragePricing(@RequestParam Integer cityId) { |