zouyu
2025-03-06 d9326c6f02ff4dae1a301f6ad9dd5539450aa1ba
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/CustomController.java
@@ -30,7 +30,7 @@
    @ApiOperation(value = "获取客户列表")
    @GetMapping("/selectCustomPageList")
    public Result<IPage<Custom>> selectCustomPageList(Page page, Custom custom) throws Exception {
    public Result<IPage<Custom>> selectCustomPageList(Page page, Custom custom) {
        return Result.success(customService.selectCustomPageList(page, custom));
    }
    @ApiOperation(value = "删除客户信息")