mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 03:12:44 +00:00
7 lines
82 B
Go
7 lines
82 B
Go
package dbModel
|
|
|
|
type ApiAuthority struct {
|
|
AuthorityId string `json:"-"`
|
|
Api
|
|
}
|