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:
@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user