Admin: Gestion des listes
This commit is contained in:
parent
6acd737b99
commit
28662ed965
13 changed files with 605 additions and 29 deletions
|
|
@ -11,7 +11,7 @@ type List struct {
|
|||
type ListItem struct {
|
||||
gorm.Model
|
||||
Value string
|
||||
Default string
|
||||
Default bool
|
||||
ListID uint
|
||||
List List
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue