Current section

Files

Jump to
erp include dict userRole.hrl
Raw

include/dict/userRole.hrl

-ifndef(USERROLE_HRL).
-define(USERROLE_HRL, true).
-record(userRole, {
crmRole = [] :: [] | atom() | list(),
substUsers = [] :: [] | list(),
expired = []
}).
-endif.