数据库实体

This commit is contained in:
TsMask
2023-08-21 18:48:18 +08:00
parent 8f128b6c73
commit 21a1377906
3 changed files with 22 additions and 18 deletions

View File

@@ -31,21 +31,3 @@ type Alarm struct {
func (Alarm) TableName() string {
return "alarm"
}
type NbiAlarmLog struct {
ID int64
AId int64
OpUser string
SrcIp string
NeType string
NeId string
AlarmSeq int64
AlarmId string
AlarmCode int
EventTime time.Time
LogTime time.Time
}
func (NbiAlarmLog) TableName() string {
return "nbi_alarm_log"
}