Current section

Files

Jump to
erp include erp catalogs userGroup.hrl
Raw

include/erp/catalogs/userGroup.hrl

-ifndef(USERGROUP_HRL).
-define(USERGROUP_HRL, true).
-record('userGroup', { id = [] :: list(),
document = [] :: [] | binary(),
type = [] :: [] | list(),
name = [] :: [] | binary(),
users = [] :: list()}).
-endif.