Created
This commit is contained in:
10
entity/setting_group.go
Normal file
10
entity/setting_group.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package entity
|
||||
|
||||
// SettingGroup setting group properties
|
||||
type SettingGroup struct {
|
||||
ID string `json:"id"`
|
||||
Label string `json:"label"`
|
||||
Description string `json:"description"`
|
||||
ParentId string `json:"parent_id"`
|
||||
SubGroups []string `json:"sub_groups"`
|
||||
}
|
||||
Reference in New Issue
Block a user