|
@@ -114,6 +114,7 @@ public class UserController {
|
|
return success(UserConvert.INSTANCE.convert(user));
|
|
return success(UserConvert.INSTANCE.convert(user));
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
@GetMapping("/export")
|
|
@GetMapping("/export")
|
|
@Operation(summary = "导出用户")
|
|
@Operation(summary = "导出用户")
|
|
@PreAuthorize("@ss.hasPermission('system:user:export')")
|
|
@PreAuthorize("@ss.hasPermission('system:user:export')")
|