package entities import "github.com/oklog/ulid/v2" type Customer struct { ID ulid.ULID Name string CompanyID int }