🎨 新增机器人白名单

This commit is contained in:
2025-12-08 11:47:53 +08:00
parent 598d5e439a
commit eaa5cdc100
3 changed files with 18 additions and 2 deletions

View File

@@ -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