【代码优化】将 API 和 UI 组件中的“pluginId”重命名为“pluginKey”
This commit is contained in:
@ -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 // 部署方式
|
||||
|
||||
Reference in New Issue
Block a user