68 lines
1.8 KiB
Go
68 lines
1.8 KiB
Go
//
|
|
// Code generated by go-jet DO NOT EDIT.
|
|
//
|
|
// WARNING: Changes to this file may cause incorrect behavior
|
|
// and will be lost if the code is regenerated
|
|
//
|
|
|
|
package model
|
|
|
|
import (
|
|
"github.com/lib/pq"
|
|
"time"
|
|
)
|
|
|
|
type Annunci struct {
|
|
ID int32 `sql:"primary_key"`
|
|
Codice string
|
|
Locatore *string
|
|
Numero *string
|
|
Idlocatore *string
|
|
Indirizzo *string
|
|
Civico *string
|
|
Comune *string
|
|
Cap *string
|
|
Provincia *string
|
|
Regione *string
|
|
Lat *string
|
|
Lon *string
|
|
IndirizzoSecondario *string
|
|
CivicoSecondario *string
|
|
LatSecondario *string
|
|
LonSecondario *string
|
|
Tipo *string
|
|
Categorie *pq.StringArray
|
|
Prezzo int32
|
|
Anno *string
|
|
Classe *string
|
|
Mq *float64
|
|
Piano *string
|
|
PianoPalazzo *int32
|
|
UnitaCondominio *int32
|
|
NumeroVani *int32
|
|
NumeroCamere *int32
|
|
NumeroBagni *int32
|
|
NumeroBalconi *int32
|
|
NumeroTerrazzi *int32
|
|
NumeroBox *int32
|
|
NumeroPostiauto *int32
|
|
Accessori *pq.StringArray
|
|
TitoloIt *string
|
|
DescIt *string
|
|
TitoloEn *string
|
|
DescEn *string
|
|
Stato *string
|
|
Web *bool
|
|
Caratteristiche *string // @type(Caratteristiche, 'src/utils/kanel-types.ts', false, false, true)
|
|
Homepage *bool
|
|
ExternalVideos *pq.StringArray
|
|
Email *string
|
|
CreatoIl *time.Time
|
|
ModificatoIl *time.Time
|
|
Consegna *int32
|
|
DisponibileDa *time.Time
|
|
Permanenza *pq.Int32Array
|
|
Persone *pq.StringArray
|
|
MediaUpdatedAt *time.Time
|
|
TipoLocatore *string
|
|
}
|