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