package dto import ( common "Medical_ERP/common/model" coreModel "gogs.baozhida.cn/zoie/OAuth-core/model" ) type RoleApiUpdateReq struct { RoleKey string `json:"roleKey" example:"test"` // 服务id ApiList []coreModel.BeegoApi `json:"apiList"` // api路由列表 common.ControlBy `swaggerignore:"true"` }