Current section
Files
Jump to
Current section
Files
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.