mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 11:13:42 +08:00
refactor: V3 版本重构已基本完成
This commit is contained in:
7
api/go/store/model/config.go
Normal file
7
api/go/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