package common import "time" type MobileOtaInstall struct { Time *time.Time `json:"time,omitempty"` CarUpdate int64 `json:"id" validate:"required"` }