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

@ -202,7 +202,7 @@ async function handleSyncTenantDict() {
}
async function handleSyncTenantPackage(row: Api.System.Tenant) {
const params: Api.System.SyncTenantPackageParams = {
const params: Api.System.TenantPackageSyncParams = {
tenantId: row.tenantId,
packageId: row.packageId
};