feat():添加导出接口

master
zhang chengzhi 2024-08-09 22:08:36 +08:00
parent c2a7de9f67
commit 477d134d94
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public class OrderPayCustomerController {
}
@Log(title = "角色管理", businessType = BusinessType.EXPORT)
@Log(title = "导出支付", businessType = BusinessType.EXPORT)
@RequiresPermissions("pay:user:export")
@PostMapping("/export")
public void export (HttpServletResponse response, @Validated @RequestBody CustomerListReq customerListReq) {