Current section

Files

Jump to
erp include dict buyer.hrl
Raw

include/dict/buyer.hrl

-ifndef(BUYER_HRL).
-define(BUYER_HRL, true).
-record('Buyer', { id = [] :: [] | binary(),
token = [] :: [] | binary(),
data = [] :: [] | binary(),
type = [] :: term() }).
-endif.