JM-WechatMini/model/system/response/sys_casbin.go
2023-11-02 04:34:46 +08:00

10 lines
140 B
Go

package response
import (
"miniapp/model/system/request"
)
type PolicyPathResponse struct {
Paths []request.CasbinInfo `json:"paths"`
}