Files
sundynix-go/model/system/request/sys_role.go
T
2025-05-11 22:54:11 +08:00

10 lines
190 B
Go

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"`
}