{ "summary": [ { "name": "cms_sections", "title": "CMS栏目表", "primary": [ "id" ] } ], "fields": [ { "name": "id", "title": "主键ID", "type": "str", "length": 32, "nullable": "no" }, { "name": "org_id", "title": "组织ID", "type": "str", "length": 32, "default": "0" }, { "name": "section_key", "title": "栏目标识(hero/products/cases/news/cta/footer)", "type": "str", "length": 32, "nullable": "no" }, { "name": "title", "title": "栏目标题", "type": "str", "length": 255, "nullable": "no" }, { "name": "subtitle", "title": "栏目副标题", "type": "str", "length": 255 }, { "name": "section_type", "title": "展示类型(hero/cards/grid/list/banner/float)", "type": "str", "length": 32, "nullable": "no" }, { "name": "content_type", "title": "关联内容类型(product/case/news/空=静态)", "type": "str", "length": 32 }, { "name": "sort_order", "title": "排序号", "type": "int", "default": "0" }, { "name": "is_visible", "title": "是否显示(1/0)", "type": "str", "length": 1, "default": "1" }, { "name": "display_config", "title": "展示配置JSON", "type": "text" }, { "name": "style_config", "title": "样式配置JSON", "type": "text" }, { "name": "static_content", "title": "静态内容(用于hero/cta等固定内容栏目)", "type": "text" }, { "name": "created_at", "title": "创建时间", "type": "timestamp" }, { "name": "updated_at", "title": "更新时间", "type": "timestamp" } ], "indexes": [ { "name": "idx_sections_org_key", "idxtype": "unique", "idxfields": [ "org_id", "section_key" ] }, { "name": "idx_sections_sort", "idxtype": "index", "idxfields": [ "sort_order" ] } ], "codes": [] }