mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor: 重命名类型名
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user