|
@@ -10,6 +10,7 @@ type Inspection struct {
|
10
|
10
|
ProjectName string `gorm:"column:project_name" json:"project_name" form:"project_name"`
|
11
|
11
|
InspectType int64 `gorm:"column:inspect_type" json:"inspect_type" form:"inspect_type"`
|
12
|
12
|
InspectValue string `gorm:"column:inspect_value" json:"inspect_value" form:"inspect_value"`
|
|
13
|
+ InspectTips string `gorm:"column:inspect_tips" json:"inspect_tips" form:"inspect_tips"`
|
13
|
14
|
InspectDate int64 `gorm:"column:inspect_date" json:"inspect_date" form:"inspect_date"`
|
14
|
15
|
Status int64 `gorm:"column:status" json:"status" form:"status"`
|
15
|
16
|
CreatedTime int64 `gorm:"column:created_time" json:"created_time" form:"created_time"`
|