🎨 新增机器人白名单
This commit is contained in:
@@ -15,6 +15,8 @@ type Bot struct {
|
||||
//查询次数
|
||||
SearchCount int `json:"search_count" form:"search_count" gorm:"column:search_count;comment:查询次数;"` //查询次数
|
||||
CreateBy string `json:"create_by" form:"create_by" gorm:"column:create_by;comment:创建人;"` //创建人
|
||||
// 不自动删除
|
||||
NoAutoDelete bool `json:"no_auto_delete" form:"no_auto_delete" gorm:"column:no_auto_delete;comment:不自动删除;"` //不自动删除
|
||||
}
|
||||
|
||||
// TableName 机器人 Bot自定义表名 bots
|
||||
|
||||
Reference in New Issue
Block a user