9 lines
196 B
Go
9 lines
196 B
Go
package request
|
|
|
|
import common "git.echol.cn/loser/lckt/model/common/request"
|
|
|
|
type GetTeacherVipList struct {
|
|
common.PageInfo
|
|
TeacherId uint `json:"teacher_id" form:"teacher_id"` // 讲师ID
|
|
}
|