Files
lijiaoqiao/llm-gateway-competitors/sub2api-tar/backend/internal/service/setting.go

11 lines
130 B
Go
Raw Normal View History

package service
import "time"
type Setting struct {
ID int64
Key string
Value string
UpdatedAt time.Time
}