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