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: 3 Imported by: 0

Documentation

Overview

*

@author: qianyi  2022/8/24 19:18:00
@note:

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddStudentByClass

type AddStudentByClass struct {
	TeachClassId uint `json:"teachClassId" from:"teachClassId"`
	ClassId      uint `json:"classId" form:"classId"`
}

type Association

type Association struct {
	// contains filtered or unexported fields
}

type ChapterSearch

type ChapterSearch struct {
	basicdata.Chapter
	request.PageInfo
}

type ClassSearch

type ClassSearch struct {
	basicdata.Class
	request.PageInfo
}

type CollegeSearch

type CollegeSearch struct {
	basicdata.College
	request.PageInfo
}

type FrontLessonSearch

type FrontLessonSearch struct {
	basicdata.Lesson
}

type FrontTermSearch

type FrontTermSearch struct {
	basicdata.Term
}

type LearnResourcesChapterMergeSearch

type LearnResourcesChapterMergeSearch struct {
	basicdata.LearnResourcesChapterMerge
	request.PageInfo
}

type LessonSearch

type LessonSearch struct {
	basicdata.Lesson
	request.PageInfo
}

type ProfessionalSearch

type ProfessionalSearch struct {
	basicdata.Professional
	request.PageInfo
}

type ResourceSearch

type ResourceSearch struct {
	basicdata.Resource
	request.PageInfo
}

type StuTeachClass

type StuTeachClass struct {
	TeachClassId uint   `json:"teachClassId" from:"teachClassId"`
	TermId       uint   `json:"termId" from:"termId"`
	CourseId     uint   `json:"courseId" form:"courseId"`
	StudentIds   []uint `json:"studentIds"`
	StudentName  string `json:"studentName"`
}

接收 教学班id 和学生id 的结构体

type StudentExcel

type StudentExcel struct {
	File     *multipart.FileHeader `json:"file" form:"file"`
	ClassId  uint                  `json:"classId" form:"classId"`
	TermId   uint                  `json:"termId" form:"termId"`
	CourseId uint                  `json:"courseId" form:"courseId"`
}

type StudentSearch

type StudentSearch struct {
	basicdata.Student
	request.PageInfo
}

type TeachClassSearch

type TeachClassSearch struct {
	basicdata.TeachClass
	request.PageInfo
}

type TeachClassStudent

type TeachClassStudent struct {
	TeachClassId uint `json:"teachClassId" form:"teachClassId"`
	request.PageInfo
}

type TeachClassStudent1

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

type TermSearch

type TermSearch struct {
	basicdata.Term
	request.PageInfo
}

Jump to

Keyboard shortcuts

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