查询全部租户
This commit is contained in:
@@ -68,6 +68,7 @@ public class SysTenantController {
|
||||
|
||||
@Operation(summary = "查询所有租户" , description = "查询所有租户" )
|
||||
@GetMapping("/getAll" )
|
||||
@Inner(false)
|
||||
// @PreAuthorize("@pms.hasPermission('tenant_sysTenant_view')" )
|
||||
public R<List<TenantVO>> getAll() {
|
||||
return R.ok(sysTenantService.getAll());
|
||||
|
||||
Reference in New Issue
Block a user