geekai/api/store/vo/config.go
2024-03-15 18:35:10 +08:00

10 lines
212 B
Go

package vo
import "chatplus/core/types"
type Config struct {
Id uint `json:"id"`
Key string `json:"key"`
SystemConfig types.SystemConfig `json:"system_config"`
}