package utModels //go:generate reform --gofmt=false import ( "github.com/xaionaro-go/extime" ) //reform:gyro.siteuser_params type SubscriberOnPBXParams struct { EmpGUID int `reform:"EmpGUID,pk"` LastMissedCallsLookupDate extime.Time `reform:"last_missed_calls_lookup"` }