mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 18:23:45 +08:00
refactor: 调整项目目录结构,移除其他语言 API 目录
This commit is contained in:
7
api/store/model/config.go
Normal file
7
api/store/model/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type Config struct {
|
||||
Id uint `gorm:"primarykey;column:id"`
|
||||
Key string `gorm:"column:marker;unique"`
|
||||
Config string `gorm:"column:config_json"`
|
||||
}
|
||||
Reference in New Issue
Block a user