{ "name": "厂商", "table": { "name": "manu", "comment": "厂商表", "engine": "InnoDB" }, "columns": [ { "name": "id", "type": "ID" }, { "label": "名称", "name": "name", "type": "string", "length": 200, "comment": "全称", "unique": true }, { "label": "简称", "name": "short_name", "type": "string", "length": 200, "comment": "简称", "index": true }, { "label": "类型", "name": "type", "type": "enum", "option": ["服务商", "采购商", "其他"], "comment": "厂商类型 服务商, 采购商, 其他", "default": "服务商", "index": true }, { "label": "LOGO", "name": "logo", "type": "string", "length": 200, "comment": "LOGO", "nullable": true }, { "label": "简介", "name": "summary", "type": "string", "length": 600, "comment": "简介", "nullable": true, "index": true }, { "label": "官网", "name": "link", "type": "string", "length": 200, "comment": "官网地址", "nullable": true }, { "label": "联系人", "name": "contact_name", "type": "string", "length": 200, "comment": "联系人", "nullable": true, "index": true }, { "label": "联系电话", "name": "contact_mobile", "type": "string", "comment": "联系电话", "nullable": true, "index": true }, { "label": "详情", "name": "desc", "type": "text", "comment": "介绍", "nullable": true }, { "label": "排序", "name": "rank", "type": "integer", "default": 9999999, "comment": "查询排序" }, { "label": "状态", "name": "status", "type": "enum", "default": "enabled", "option": ["enabled", "disabled"], "comment": "状态 enabled 开启, disabled 关闭", "index": true } ], "relations": {}, "option": { "timestamps": true, "soft_deletes": true }, "values": [ { "id": 1, "name": "北京云道天成科技有限公司", "short_name": "云道天成" }, { "id": 2, "name": "象传高新(北京)数字科技有限公司", "short_name": "象传高新" }, { "id": 3, "name": "象传智数(北京)软件科技有限公司", "short_name": "象传智数" }, { "id": 4, "name": "象传智慧(北京)软件科技有限公司", "short_name": "象传智慧" }, { "id": 5, "name": "象传数据服务引擎", "short_name": "服务引擎" }, { "id": 6, "name": "象传数据应用开发平台", "short_name": "应用开发平台" }, { "id": 7, "name": "象传数据解决方案", "short_name": "解决方案" }, { "id": 8, "name": "象传数据企业服务", "short_name": "企业服务" } ] }