feat: 发送养护订阅消息
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user