Skip to content

archive_usages 扩展参数使用表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
usage_typetinyint UNSIGNED目标类型NO
usage_idbigint UNSIGNED目标主键 IDNO
archive_idint UNSIGNED参数 IDNO关联字段 archives->id
archive_valuetext参数值YES
is_privatetinyint UNSIGNED是否保密0NO0.否 / 1.是
plugin_fskeyvarchar(64)关联插件YES关联字段 plugins->fskey
哪个插件关联的
created_attimestamp创建时间CURRENT_TIMESTAMPNO
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

使用目标关联介绍

接口输出示例

json
{
    "archives": [
        {
            "code": "String / 标识码",
            "name": "String / 名称",
            "description": "String / 描述",
            "value": "String / 参数值",
        }
    ]
}

Released under the Apache-2.0 License