|
@@ -35,6 +35,7 @@ type LearningQuestionListReq struct {
|
|
|
OrderBy *model.OrderBy `json:"orderBy"`
|
|
OrderBy *model.OrderBy `json:"orderBy"`
|
|
|
SkillId int `json:"skillId"`
|
|
SkillId int `json:"skillId"`
|
|
|
Name string `json:"name"`
|
|
Name string `json:"name"`
|
|
|
|
|
+ Type int `json:"type"` // 题型 1 单选 2 多选 3 判断
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type LearningQuestionAddReq struct {
|
|
type LearningQuestionAddReq struct {
|