Skip to content

Commit

Permalink
修改角色结构体
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Jul 30, 2024
1 parent dc728da commit d26d7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions access/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type Role struct {
Name string `yaml:"name" json:"name,omitempty"`
CName string `yaml:"cname" json:"cname,omitempty"`
Permits []string `yaml:"permits" json:"permits,omitempty"`
Supper bool `yaml:"supper" json:"supper,omitempty"`
Default bool `yaml:"default" json:"default,omitempty"`
}

Expand Down

0 comments on commit d26d7a4

Please sign in to comment.