1、消息提示

This commit is contained in:
2025-07-15 16:43:50 +08:00
parent ab50cf0dfe
commit 2e35d55838
21 changed files with 1436 additions and 6 deletions

View File

@ -0,0 +1,11 @@
package global
import "go-admin/app/websocket"
var WebSocketHub *websocket.Hub
type AlarmLogNotice struct {
MachineId string `json:"machineId"`
BiosId string `json:"biosId"`
Content string `json:"content"`
}