增加了题库不允许重复的业务逻辑7
This commit is contained in:
parent
2a6d7d82ab
commit
0f8550d9f9
@ -69,7 +69,6 @@ type AddQuestionQa struct {
|
|||||||
// RepeatQaId 禁止重复id合集
|
// RepeatQaId 禁止重复id合集
|
||||||
type RepeatQaId struct {
|
type RepeatQaId struct {
|
||||||
QaId string `json:"qa_id" form:"qa_id" label:"唯一标识" validate:"required"`
|
QaId string `json:"qa_id" form:"qa_id" label:"唯一标识" validate:"required"`
|
||||||
QaName string `json:"qa_name" form:"qa_name" label:"名称" validate:"required"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// QuestionQaItem 新增问答题库-题目明细
|
// QuestionQaItem 新增问答题库-题目明细
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user