mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 添加同步租户套餐的功能,并更新租户选择器逻辑。
This commit is contained in:
3
src/typings/api/system.api.d.ts
vendored
3
src/typings/api/system.api.d.ts
vendored
@ -558,6 +558,9 @@ declare namespace Api {
|
||||
}
|
||||
>;
|
||||
|
||||
/** sync tenant package params */
|
||||
type SyncTenantPackageParams = CommonType.RecordNullable<Pick<Api.System.Tenant, 'tenantId' | 'packageId'>>;
|
||||
|
||||
/** tenant list */
|
||||
type TenantList = Api.Common.PaginatingQueryRecord<Tenant>;
|
||||
|
||||
|
Reference in New Issue
Block a user