support user role attachment
This commit is contained in:
14
providers/dictionary/info.go
Normal file
14
providers/dictionary/info.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package dictionary
|
||||
|
||||
type DictInfo struct {
|
||||
ID uint64
|
||||
Name string
|
||||
Alias string
|
||||
Description string
|
||||
Items []*DictItem
|
||||
}
|
||||
|
||||
type DictItem struct {
|
||||
Label string
|
||||
Value string
|
||||
}
|
||||
Reference in New Issue
Block a user