go-skeletor/entity/config.go

17 lines
301 B
Go
Raw Normal View History

2021-11-02 11:25:21 +01:00
package entity
type Config struct {
Id string `gorm:"primaryKey`
Title string
Value string
Defaultvalue string
Roworder int
Visible bool
Changeable bool
Required bool
Typefield string
Grouped string
Category string
Help string
}