Current section
Files
Jump to
Current section
Files
priv/erp.uno/kvs/assistant.kvs
module assistant kvs
record assistant
begin id = [] : list
| head = [] : binary + list
| assistants = [] : binary + list
| startTime = [] : [] + datetime
| endTime = [] : [] + datetime
| status = active : :active + :canceled + :expired
end