mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-05 05:37:40 +08:00
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
{mapping, "ffmpeg.page_index", "dgiot_ffmpeg.page_index", [
|
|
{default, 1},
|
|
{datatype, integer}
|
|
]}.
|
|
|
|
{mapping, "ffmpeg.dev_total", "dgiot_ffmpeg.dev_total", [
|
|
{default, 5000},
|
|
{datatype, integer}
|
|
]}.
|
|
|
|
{mapping, "ffmpeg.page_size", "dgiot_ffmpeg.page_size", [
|
|
{default, 5000},
|
|
{datatype, integer}
|
|
]}.
|