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 {