Current section

Files

Jump to
erp include warehouse.hrl
Raw

include/warehouse.hrl

-ifndef(WAREHOUSE_HRL).
-define(WAREHOUSE_HRL, true).
-record('Warehouse', { id = [] :: [] | binary(),
name = [] :: [] | binary(),
type = [] :: term() }).
-endif.