Current section

Files

Jump to
erp include dict position.hrl
Raw

include/dict/position.hrl

-ifndef(POSITION_HRL).
-define(POSITION_HRL, true).
-record('Position', { id = [] :: list(),
name = [] :: list(),
category = [] :: list()
}).
-endif.