Current section
Files
Jump to
Current section
Files
include/dict/location.hrl
-ifndef(LOCATION_HRL).
-define(LOCATION_HRL, true).
-include("dict/dict.hrl").
-record('Loc', { id = [] :: [] | binary(),
code = [] :: [] | binary(),
country = [] :: [] | binary(),
city = [] :: [] | binary(),
address = [] :: [] | binary(),
type = [] :: [] | #dict{}}).
-endif.