Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
type GetByStudentId ¶
type GetByStudentId struct {
StudentId uint `json:"studentId" form:"studentId"`
}
type GetByTeachClassId ¶
type GetByTeachClassId struct {
TeachClassId uint `json:"teachClassId" form:"teachClassId"`
}
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 ¶
Click to show internal directories.
Click to hide internal directories.