feat: api.

This commit is contained in:
Bobo
2025-05-12 22:07:43 +08:00
parent 3f27534f13
commit 46bffc550a
3 changed files with 24 additions and 7 deletions

View File

@@ -70,6 +70,11 @@ message PagingRequest {
example: {yaml : "id,realName,userName"}
}
];
optional uint32 tenant_id = 8 [
(gnostic.openapi.v3.property) = {description: "租户ID"},
json_name = "tenantId"
]; // 租户ID
}
// 分页通用结果