feat: 发送养护订阅消息

This commit is contained in:
Blizzard
2026-02-11 08:58:26 +08:00
parent dd6a638982
commit 88aeb86296
7 changed files with 148 additions and 161 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import (
type ClassifyRecord struct {
global.BaseModel
UserId string `gorm:"uniqueIndex" json:"userId"`
LogId uint64 `gorm:"uniqueIndex" json:"logId"`
UserId string `gorm:"index;" json:"userId"`
LogId uint64 `gorm:"index;" json:"logId"`
AllResults ResultsArray `gorm:"type:json" json:"allResults"`
}