package request import common "sundynix-go/model/commom/request" type GetRoleList struct { common.PageInfo Code string `json:"code" form:"code"` Name string `json:"name" form:"name"` }