• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
sys_authority.go 304 Bytes
package response

import "gin-vue-admin/model"

type SysAuthorityResponse struct {
	Authority model.SysAuthority `json:"authority"`
}

type SysAuthorityCopyResponse struct {
	Authority      model.SysAuthority `json:"authority"`
	OldAuthorityId string             `json:"oldAuthorityId"` // 旧角色ID
}