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