request

package
v0.0.0-...-003a2e9 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Empty

type Empty struct{}

type GetAuthorityId

type GetAuthorityId struct {
	AuthorityId uint `json:"authorityId" form:"authorityId"` // 角色ID
}

GetAuthorityId Get role by id structure

type GetById

type GetById struct {
	ID int `json:"id" form:"id"` // 主键ID
}

GetById Find by id structure

func (*GetById) Uint

func (r *GetById) Uint() uint

type GetByStudentId

type GetByStudentId struct {
	StudentId uint `json:"studentId" form:"studentId"`
}

type GetByTeachClassId

type GetByTeachClassId struct {
	TeachClassId uint `json:"teachClassId" form:"teachClassId"`
}

type IdReq

type IdReq struct {
	Id int `json:"id" form:"id"`
}

type IdsReq

type IdsReq struct {
	Ids []uint `json:"ids" form:"ids"`
}

type PageInfo

type PageInfo struct {
	Page     int    `json:"page" form:"page"`         // 页码
	PageSize int    `json:"pageSize" form:"pageSize"` // 每页大小
	Keyword  string `json:"keyword" form:"keyword"`   //关键字
}

PageInfo Paging common input parameter structure

type PrePlanReq

type PrePlanReq struct {
	PlanId uint     `json:"planId"`
	Ids    []string `json:"ids" form:"ids"`
}

Jump to

Keyboard shortcuts

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