fix: 修复部分已知的问题

This commit is contained in:
xlsea
2025-05-09 17:37:24 +08:00
parent f946d05815
commit 7a27cdb3ab
6 changed files with 24 additions and 27 deletions

View File

@ -152,6 +152,8 @@ declare namespace Api {
/** social */
type Social = Common.CommonRecord<{
/** 主键 */
id: CommonType.IdType;
/** 用户ID */
userId: CommonType.IdType;
/** 租户ID */