mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
[优化]优化目录
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
package netbase
|
||||
|
||||
import (
|
||||
"pandax/pkg/global_model"
|
||||
"pandax/pkg/global/model"
|
||||
)
|
||||
|
||||
type DeviceEventInfo struct {
|
||||
DeviceId string `json:"deviceId"`
|
||||
DeviceAuth *global_model.DeviceAuth `json:"deviceAuth"`
|
||||
Datas string `json:"datas"`
|
||||
Type string `json:"type"`
|
||||
RequestId string `json:"requestId"`
|
||||
DeviceId string `json:"deviceId"`
|
||||
DeviceAuth *model.DeviceAuth `json:"deviceAuth"`
|
||||
Datas string `json:"datas"`
|
||||
Type string `json:"type"`
|
||||
RequestId string `json:"requestId"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user