|
@@ -96,7 +96,7 @@ type DashboardList struct {
|
|
|
TerminalName string `gorm:"column:terminal_name"`
|
|
|
InspectionRecordId int64 `gorm:"column:inspection_record_id"`
|
|
|
InspectionTime string `gorm:"column:inspection_time"`
|
|
|
- InspectionResult string `gorm:"column:inspection_result"`
|
|
|
+ InspectionResult int8 `gorm:"column:inspection_result"`
|
|
|
ErrorReason string `gorm:"column:error_reason"`
|
|
|
}
|
|
|
|