修改问答题库 排序
This commit is contained in:
@@ -26,7 +26,9 @@ type GetQuestionQaPage struct {
|
||||
|
||||
// GetQuestionQaPageOrder 获取题目列表-分页-排序条件
|
||||
type GetQuestionQaPageOrder struct {
|
||||
UpdatedAt string `json:"updated_at" form:"updated_at" label:"排序"`
|
||||
UpdatedAt string `json:"updated_at" form:"updated_at" label:"排序"`
|
||||
QaExpireTime string `json:"qa_expire_time" form:"qa_expire_time" label:"排序"` // 有效期
|
||||
QaQuantity string `json:"qa_quantity" form:"qa_quantity" label:"排序"` // 题数
|
||||
}
|
||||
|
||||
// AddQuestionQa 新增问答题库
|
||||
|
||||
Reference in New Issue
Block a user