feat():添加导出接口
parent
c2a7de9f67
commit
477d134d94
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue