Current section

Files

Jump to
erp include dict simpleDict.hrl
Raw

include/dict/simpleDict.hrl

-ifndef(SIMPLE_DICT_HRL).
-define(SIMPLE_DICT_HRL, true).
-record(simpleDict, { id = [] :: [] | binary() | list(),
code = [] :: list(),
fullDesc = [] :: list(),
desc = [] :: list(),
etc = [] :: list() }).
-endif.