model/customerServiceSheet.go
@@ -13,6 +13,7 @@ ServiceMode int `json:"serviceMode" gorm:"column:service_mode;type:int;comment:服务方式"` Priority int `json:"priority" gorm:"column:priority;type:int;comment:优先级"` HandleStatus int `json:"handleStatus" gorm:"column:handle_status;type:int;comment:处理状态"` ServiceFollowupId int `json:"serviceFollowupId" gorm:"column:service_followup_id;type:int;comment:服务跟进id"` gorm.Model `json:"-"` }