Current section

Files

Jump to
schema include erp catalogs position.hrl
Raw

include/erp/catalogs/position.hrl

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