req

package
v0.0.0-...-ca33287 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IDReq

type IDReq struct {
	ID int `json:"id" form:"id" binding:"required"`
}

IDReq id参数

type PageListReq

type PageListReq struct {
	PageSize int `json:"pageSize" form:"pageSize"` // 每页数量
	Page     int `json:"page" form:"page"`         // 页码
}

PageListReq PageListReq

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL