Current section

Files

Jump to
erp include docs adminService.hrl
Raw

include/docs/adminService.hrl

-ifndef(ADMIN_SERVICE_HRL).
-define(ADMIN_SERVICE_HRL, true).
-include("dict/person.hrl").
-record(adminService, { id= [] :: binary(),
guid= [] :: list(),
urgent=[] :: [] | boolean(),
date=[] :: [] | calendar:datetime(),
xml = [] :: [] | binary(),
hash = [] :: binary() | list(),
signature = [] :: binary() | list(),
document_type= <<"Адміністративні послуги"/utf8>> :: term(),
nomenclature=[] :: term(),
category=[] :: [] | list(),
corr=[] :: [] | list(),
branch=[] :: [] | list(),
head=[] :: [] | #'Person'{},
number_out= [] :: list(),
date_out=[] :: calendar:datetime(),
content= [] :: list(),
note=[] :: list(),
dueDate=[] :: [] | calendar:datetime(),
dueDateTime = [] :: list(),
to=[] :: [] | #'Person'{},
main_sheets=[] :: [] | list(),
add_sheets=[] :: [] | list(),
registered_by=[] :: [] | #'Person'{},
coordination=[] :: list(),
attachments = [] :: list(term()),
proc_id = [] :: list(),
reject_comment = [] :: binary(),
created_by = [] :: term(),
created = [] :: term(),
modified_by = [] :: term(),
modified = [] :: term()
}).
-endif.