🆕 新增指令插件,新增雷神加速器操作指令
This commit is contained in:
13
entity/plugindata.go
Normal file
13
entity/plugindata.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package entity
|
||||
|
||||
// PluginData
|
||||
// @description: 插件数据
|
||||
type PluginData struct {
|
||||
UserId string `json:"userId"` // 用户Id
|
||||
PluginCode string `json:"pluginCode"` // 插件编码
|
||||
Data string `json:"data"` // 数据
|
||||
}
|
||||
|
||||
func (PluginData) TableName() string {
|
||||
return "t_plugin_data"
|
||||
}
|
||||
Reference in New Issue
Block a user