qixiaoning
2025-08-26 2919bea2ffc28003aaefdf9619dc39cda11c1fd1
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"`