6
0

learning_question_testpaper.go 583 B

123456789101112
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. DO NOT EDIT THIS FILE MANUALLY.
  3. // ==========================================================================
  4. package internal
  5. // LearningQuestionTestpaper is the golang structure for table learning_question_testpaper.
  6. type LearningQuestionTestpaper struct {
  7. Id int `orm:"Id,primary" json:"id"` // Id
  8. QuestionId int `orm:"QuestionId" json:"questionId"` // 题目 Id
  9. TestpaperId int `orm:"TestpaperId" json:"testpaperId"` // 试卷 Id
  10. }