sys_authority.go 134 B

1234567
  1. package response
  2. import "gin-vue-admin/model"
  3. type SysAuthorityResponse struct {
  4. Authority model.SysAuthority `json:"authority"`
  5. }