LingxinMeng 1 năm trước cách đây
mục cha
commit
52d15824fd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {