From 9b17a8dcbc1f94eb117a37b3b24ca9dae0d2d588 Mon Sep 17 00:00:00 2001
From: qixiaoning <jony.kee@outlook.com>
Date: 星期三, 29 十月 2025 09:40:54 +0800
Subject: [PATCH] 摄像机相关接口跳转,推送配置修改,系统权限菜单修改
---
push-service/models/eventPush.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/push-service/models/eventPush.go b/push-service/models/eventPush.go
index 05e6975..406c69b 100644
--- a/push-service/models/eventPush.go
+++ b/push-service/models/eventPush.go
@@ -3,6 +3,7 @@
type EventPush struct {
Id string `gorm:"primary_key;column:id" json:"id"`
Name string `gorm:"column:name" json:"name"`
+ PushType int `gorm:"column:push_type" json:"push_type"`
TimeStart string `gorm:"column:time_start" json:"time_start"`
TimeEnd string `gorm:"column:time_end" json:"time_end"`
IsSatisfyAll bool `gorm:"column:is_satisfy_all" json:"is_satisfy_all"`
--
Gitblit v1.8.0