refactor: 重命名类型名

This commit is contained in:
AN
2025-05-18 01:25:31 +08:00
parent d587ce4338
commit 72a5d7075c
3 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ export function fetchSyncTenantDict() {
}
/** 同步租户套餐 */
export function fetchSyncTenantPackage(params: Api.System.SyncTenantPackageParams) {
export function fetchSyncTenantPackage(params: Api.System.TenantPackageSyncParams) {
return request<boolean>({
url: '/system/tenant/syncTenantPackage',
method: 'get',