dgiot/apps/dgiot_task/priv/dgiot_task.schema
2021-05-30 14:11:43 +09:00

15 lines
316 B
Plaintext

{mapping, "task.page_index", "dgiot_task.page_index", [
{default, 1},
{datatype, integer}
]}.
{mapping, "task.dev_total", "dgiot_task.dev_total", [
{default, 5000},
{datatype, integer}
]}.
{mapping, "task.page_size", "dgiot_task.page_size", [
{default, 5000},
{datatype, integer}
]}.