api_authority.go 82 B

123456
  1. package dbModel
  2. type ApiAuthority struct {
  3. AuthorityId string `json:"-"`
  4. Api
  5. }