2020-03-29 11:47:32 +08:00

8 lines
134 B
Go

package system
// RoleAuthority present a role's one authority
type RoleAuthority struct {
RoleID string
AuthorityID string
}