Documentation ¶
Overview ¶
*
@author: qianyi 2022/8/24 19:18:00 @note:
Index ¶
- type AddStudentByClass
- type Association
- type ChapterSearch
- type ClassSearch
- type CollegeSearch
- type FrontLessonSearch
- type FrontTermSearch
- type LearnResourcesChapterMergeSearch
- type LessonSearch
- type ProfessionalSearch
- type ResourceSearch
- type StuTeachClass
- type StudentExcel
- type StudentSearch
- type TeachClassSearch
- type TeachClassStudent
- type TeachClassStudent1
- type TermSearch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddStudentByClass ¶
type Association ¶
type Association struct {
// contains filtered or unexported fields
}
type FrontLessonSearch ¶
type FrontTermSearch ¶
type LearnResourcesChapterMergeSearch ¶
type LearnResourcesChapterMergeSearch struct { basicdata.LearnResourcesChapterMerge request.PageInfo }
type ProfessionalSearch ¶
type ProfessionalSearch struct { basicdata.Professional 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 TeachClassSearch ¶
type TeachClassSearch struct { basicdata.TeachClass request.PageInfo }
type TeachClassStudent ¶
type TeachClassStudent1 ¶
type TeachClassStudent1 struct {
TeachClassId uint `json:"teachClassId" form:"teachClassId"`
}
Click to show internal directories.
Click to hide internal directories.