Current section

Files

Jump to
erp include dict location.hrl
Raw

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.