LingxinMeng преди 1 година
родител
ревизия
52d15824fd
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      amd64/score_server/entity/e_exam.go

+ 1 - 0
amd64/score_server/entity/e_exam.go

@@ -22,6 +22,7 @@ type ExamPo struct {
 	ScoreFinal      float64   `json:"scoreFinal" db:"score_final"`
 	Details         string    `json:"details" db:"details"`
 	ScoreReportPath string    `json:"ScoreReportPath" db:"score_report_path"`
+	EquipmentNo     string    `json:"equipmentNo" db:"equipment_no"`
 }
 
 type ExamVo struct {