【代码优化】将 API 和 UI 组件中的“pluginId”重命名为“pluginKey”

This commit is contained in:
安浩浩
2024-12-30 18:32:14 +08:00
parent b08aae63ed
commit 9736407824
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ import request from '@/config/axios'
// IoT 插件信息 VO
export interface PluginInfoVO {
id: number // 主键ID
pluginId: string // 插件包id
pluginKey: string // 插件标识
name: string // 插件名称
description: string // 描述
deployType: number // 部署方式