mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix: 修复部分已知的问题
This commit is contained in:
2
src/typings/api/system.api.d.ts
vendored
2
src/typings/api/system.api.d.ts
vendored
@ -152,6 +152,8 @@ declare namespace Api {
|
||||
|
||||
/** social */
|
||||
type Social = Common.CommonRecord<{
|
||||
/** 主键 */
|
||||
id: CommonType.IdType;
|
||||
/** 用户ID */
|
||||
userId: CommonType.IdType;
|
||||
/** 租户ID */
|
||||
|
Reference in New Issue
Block a user