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 {