微信小程序页面迁移校验之前 P5任务处理之前

This commit is contained in:
Neo
2026-03-09 01:19:21 +08:00
parent 263bf96035
commit 6e20987d2f
1112 changed files with 153824 additions and 219694 deletions

View File

@@ -1,40 +0,0 @@
{
"ods_table": "assistant_cancellation_records",
"ods_fields": {
"id": "本表主键 ID用于唯一标识一条记录",
"siteid": "(待补充)",
"siteprofile": "(待补充)",
"assistantname": "(待补充)",
"assistantabolishamount": "(待补充)",
"assistanton": "(待补充)",
"pdchargeminutes": "(待补充)",
"tableareaid": "(待补充)",
"tablearea": "(待补充)",
"tableid": "(待补充)",
"tablename": "(待补充)",
"trashreason": "(待补充)",
"createtime": "(待补充)",
"source_file": "ETL 元数据:原始导出文件名,用于数据追溯",
"source_endpoint": "ETL 元数据:采集来源(接口/文件路径),用于数据追溯",
"fetched_at": "ETL 元数据:采集/入库时间戳,用于口径对齐与增量处理",
"payload": "ETL 元数据:完整原始 JSON 记录快照,用于回溯与二次解析",
"content_hash": "ETL 元数据:对业务字段计算 SHA256用于变更检测与去重",
"tenant_id": "租户ID"
},
"dwd_fields": {
"dwd_assistant_trash_event": {
"assistant_trash_event_id": "作废事件 ID",
"site_id": "门店 ID",
"table_id": "台桌 ID → dim_table",
"table_area_id": "台区 ID",
"assistant_no": "助教工号/昵称。**样本值**: \"七七\", \"乔西\", \"球球\"等",
"assistant_name": "助教名称,与 assistant_no 相同",
"charge_minutes_raw": "原计费时长(秒)。**样本值**: 0, 3600=1h, 10800=3h 等",
"abolish_amount": "作废金额(元)。**样本值**: 0.00, 190.00, 570.00 等",
"trash_reason": "作废原因(当前数据全为 NULL",
"create_time": "创建时间",
"tenant_id": "租户 ID"
},
"dwd_assistant_trash_event_ex": {}
}
}

View File

@@ -1,5 +1,5 @@
{
"timestamp": "2026-02-21T15:36:41.823828+08:00",
"timestamp": "2026-02-26T10:21:13.889886+08:00",
"table_map": {
"dwd.dim_site": "ods.table_fee_transactions",
"dwd.dim_site_ex": "ods.table_fee_transactions",
@@ -18,6 +18,8 @@
"dwd.dim_goods_category": "ods.stock_goods_category_tree",
"dwd.dim_groupbuy_package": "ods.group_buy_packages",
"dwd.dim_groupbuy_package_ex": "ods.group_buy_packages",
"dwd.dim_staff": "ods.staff_info_master",
"dwd.dim_staff_ex": "ods.staff_info_master",
"dwd.dwd_settlement_head": "ods.settlement_records",
"dwd.dwd_settlement_head_ex": "ods.settlement_records",
"dwd.dwd_table_fee_log": "ods.table_fee_transactions",
@@ -28,8 +30,6 @@
"dwd.dwd_store_goods_sale_ex": "ods.store_goods_sales_records",
"dwd.dwd_assistant_service_log": "ods.assistant_service_records",
"dwd.dwd_assistant_service_log_ex": "ods.assistant_service_records",
"dwd.dwd_assistant_trash_event": "ods.assistant_cancellation_records",
"dwd.dwd_assistant_trash_event_ex": "ods.assistant_cancellation_records",
"dwd.dwd_member_balance_change": "ods.member_balance_changes",
"dwd.dwd_member_balance_change_ex": "ods.member_balance_changes",
"dwd.dwd_groupbuy_redemption": "ods.group_buy_redemption_records",
@@ -103,20 +103,6 @@
"dwd_column_count": 66,
"error": null
},
{
"table": "assistant_cancellation_records",
"task_code": "ODS_ASSISTANT_ABOLISH",
"description": "助教废除记录",
"record_count": 78,
"json_field_count": 38,
"ods_column_count": 19,
"dwd_tables": [
"dwd_assistant_trash_event",
"dwd_assistant_trash_event_ex"
],
"dwd_column_count": 15,
"error": null
},
{
"table": "store_goods_sales_records",
"task_code": "ODS_STORE_GOODS_SALES",
@@ -148,7 +134,7 @@
"table": "refund_transactions",
"task_code": "ODS_REFUND",
"description": "退款流水",
"record_count": 29,
"record_count": 27,
"json_field_count": 57,
"ods_column_count": 37,
"dwd_tables": [
@@ -178,12 +164,12 @@
"description": "会员档案",
"record_count": 200,
"json_field_count": 20,
"ods_column_count": 25,
"ods_column_count": 26,
"dwd_tables": [
"dim_member",
"dim_member_ex"
],
"dwd_column_count": 30,
"dwd_column_count": 31,
"error": null
},
{
@@ -218,7 +204,7 @@
"table": "recharge_settlements",
"task_code": "ODS_RECHARGE_SETTLE",
"description": "充值结算",
"record_count": 191,
"record_count": 172,
"json_field_count": 92,
"ods_column_count": 71,
"dwd_tables": [
@@ -315,12 +301,12 @@
"description": "门店商品档案",
"record_count": 173,
"json_field_count": 53,
"ods_column_count": 52,
"ods_column_count": 56,
"dwd_tables": [
"dim_store_goods",
"dim_store_goods_ex"
],
"dwd_column_count": 57,
"dwd_column_count": 61,
"error": null
},
{
@@ -352,6 +338,6 @@
"error": null
}
],
"date_from": "2025-11-23",
"date_to": "2026-02-21"
"date_from": "2025-11-28",
"date_to": "2026-02-26"
}

View File

@@ -130,6 +130,14 @@
"column_default": null,
"comment": "【说明】SCD2 版本号(自增),用于与时间段一起避免版本重叠。 【示例】1SCD2 版本号(自增),用于与时间段一起避免版本重叠)。 【ODS来源】member_profiles - 无DWD慢变元数据。 【JSON字段】无 - DWD慢变元数据 - 无。",
"ordinal_position": 16
},
{
"name": "birthday",
"data_type": "date",
"is_nullable": true,
"column_default": null,
"comment": "会员生日来源ODS member_profiles payload 中的 birthday 字段",
"ordinal_position": 17
}
]
}

View File

@@ -250,6 +250,38 @@
"column_default": null,
"comment": "【说明】批次库存数量区别于当前库存stock和主表的 batch_stock_qty。 【ODS来源】store_goods_master - batch_stock_quantity。 【JSON字段】store_goods_master.json - data.orderGoodsList - batchStockQuantity。",
"ordinal_position": 31
},
{
"name": "time_slot_sale",
"data_type": "integer",
"is_nullable": true,
"column_default": null,
"comment": "【说明】分时段销售标记(当前观测全部为 2。 【ODS来源】store_goods_master - time_slot_sale。 【JSON字段】store_goods_master.json - data.orderGoodsList - time_slot_sale。",
"ordinal_position": 32
},
{
"name": "warning_sales_day",
"data_type": "numeric",
"is_nullable": true,
"column_default": null,
"comment": "库存预警参考的日均销量。来源goodsStockWarningInfo.sales_day",
"ordinal_position": 33
},
{
"name": "warning_day_max",
"data_type": "integer",
"is_nullable": true,
"column_default": null,
"comment": "库存预警天数上限。来源goodsStockWarningInfo.warning_day_max",
"ordinal_position": 34
},
{
"name": "warning_day_min",
"data_type": "integer",
"is_nullable": true,
"column_default": null,
"comment": "库存预警天数下限。来源goodsStockWarningInfo.warning_day_min",
"ordinal_position": 35
}
]
}

View File

@@ -53,10 +53,10 @@
},
{
"name": "commodity_code_list",
"data_type": "character varying",
"data_type": "ARRAY",
"is_nullable": true,
"column_default": null,
"comment": "【说明】维度字段,用于补充维度属性。 【示例】10000028维度字段用于补充维度属性。 【ODS来源】tenant_goods_master - commodity_code。 【JSON字段】tenant_goods_master.json - data.tenantGoodsList - commodity_code。",
"comment": "【说明】商品编码数组(合并自 ODS commodityCode 数组字段)。单值时为单元素数组。 【ODS来源】tenant_goods_master - commodityCodeJSON 数组格式,如 [\"10000028\"]。 【JSON字段】tenant_goods_master.json - data.tenantGoodsList - commodityCode。",
"ordinal_position": 7
},
{

View File

@@ -1,95 +0,0 @@
{
"schema": "dwd",
"table": "dwd_assistant_trash_event",
"ods_source": "assistant_cancellation_records",
"columns": [
{
"name": "assistant_trash_event_id",
"data_type": "bigint",
"is_nullable": false,
"column_default": null,
"comment": "【说明】标识类 ID 字段,用于关联/定位相关实体。 【示例】2957675849518789标识类 ID 字段,用于关联/定位相关实体)。 【ODS来源】assistant_cancellation_records - id。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - id。",
"ordinal_position": 1
},
{
"name": "site_id",
"data_type": "bigint",
"is_nullable": true,
"column_default": null,
"comment": "【说明】标识类 ID 字段,用于关联/定位相关实体。 【示例】2790685415443269标识类 ID 字段,用于关联/定位相关实体)。 【ODS来源】assistant_cancellation_records - siteId。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - siteId。",
"ordinal_position": 2
},
{
"name": "table_id",
"data_type": "bigint",
"is_nullable": true,
"column_default": null,
"comment": "【说明】标识类 ID 字段,用于关联/定位相关实体。 【示例】2793016660660357标识类 ID 字段,用于关联/定位相关实体)。 【ODS来源】assistant_cancellation_records - tableId。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - tableId。",
"ordinal_position": 3
},
{
"name": "table_area_id",
"data_type": "bigint",
"is_nullable": true,
"column_default": null,
"comment": "【说明】标识类 ID 字段,用于关联/定位相关实体。 【示例】2791963816579205标识类 ID 字段,用于关联/定位相关实体)。 【ODS来源】assistant_cancellation_records - tableAreaId。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - tableAreaId。",
"ordinal_position": 4
},
{
"name": "assistant_no",
"data_type": "character varying",
"is_nullable": true,
"column_default": null,
"comment": "【说明】明细字段,用于记录事实取值。 【示例】泡芙(明细字段,用于记录事实取值)。 【ODS来源】assistant_cancellation_records - assistantName。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - assistantName。",
"ordinal_position": 5
},
{
"name": "assistant_name",
"data_type": "character varying",
"is_nullable": true,
"column_default": null,
"comment": "【说明】名称字段,用于展示与辅助识别。 【示例】泡芙(名称字段,用于展示与辅助识别)。 【ODS来源】assistant_cancellation_records - assistantName。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - assistantName。",
"ordinal_position": 6
},
{
"name": "charge_minutes_raw",
"data_type": "integer",
"is_nullable": true,
"column_default": null,
"comment": "【说明】明细字段,用于记录事实取值。 【示例】214明细字段用于记录事实取值。 【ODS来源】assistant_cancellation_records - pdChargeMinutes。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - pdChargeMinutes。",
"ordinal_position": 7
},
{
"name": "abolish_amount",
"data_type": "numeric",
"is_nullable": true,
"column_default": null,
"comment": "【说明】金额字段,用于计费/结算/核算等金额计算。 【示例】5.83(金额字段,用于计费/结算/核算等金额计算)。 【ODS来源】assistant_cancellation_records - assistantAbolishAmount。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - assistantAbolishAmount。",
"ordinal_position": 8
},
{
"name": "trash_reason",
"data_type": "character varying",
"is_nullable": true,
"column_default": null,
"comment": "【说明】明细字段,用于记录事实取值。 【示例】NULL明细字段用于记录事实取值。 【ODS来源】assistant_cancellation_records - trashReason。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - trashReason。",
"ordinal_position": 9
},
{
"name": "create_time",
"data_type": "timestamp with time zone",
"is_nullable": true,
"column_default": null,
"comment": "【说明】时间/日期字段,用于记录业务时间与统计口径对齐。 【示例】2025-11-09 19:23:29时间/日期字段,用于记录业务时间与统计口径对齐)。 【ODS来源】assistant_cancellation_records - createTime。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - createTime。",
"ordinal_position": 10
},
{
"name": "tenant_id",
"data_type": "bigint",
"is_nullable": true,
"column_default": null,
"comment": null,
"ordinal_position": 11
}
]
}

View File

@@ -1,39 +0,0 @@
{
"schema": "dwd",
"table": "dwd_assistant_trash_event_ex",
"ods_source": "assistant_cancellation_records",
"columns": [
{
"name": "assistant_trash_event_id",
"data_type": "bigint",
"is_nullable": false,
"column_default": null,
"comment": "【说明】标识类 ID 字段,用于关联/定位相关实体。 【示例】2957675849518789标识类 ID 字段,用于关联/定位相关实体)。 【ODS来源】assistant_cancellation_records - id。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - id。",
"ordinal_position": 1
},
{
"name": "table_name",
"data_type": "character varying",
"is_nullable": true,
"column_default": null,
"comment": "【说明】名称字段,用于展示与辅助识别。 【示例】C1名称字段用于展示与辅助识别。 【ODS来源】assistant_cancellation_records - tableName。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - tableName。",
"ordinal_position": 2
},
{
"name": "table_area_name",
"data_type": "character varying",
"is_nullable": true,
"column_default": null,
"comment": "【说明】名称字段,用于展示与辅助识别。 【示例】C区名称字段用于展示与辅助识别。 【ODS来源】assistant_cancellation_records - tableArea。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - tableArea。",
"ordinal_position": 3
},
{
"name": "assistant_no_int",
"data_type": "integer",
"is_nullable": true,
"column_default": null,
"comment": "【说明】助教编号(整数形式),与主表 assistant_noVARCHAR同源但类型不同便于数值比较和关联。 【示例】6。 【ODS来源】assistant_cancellation_records - assistanton。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - assistantOn。",
"ordinal_position": 4
}
]
}

View File

@@ -1,158 +0,0 @@
{
"schema": "ods",
"table": "assistant_cancellation_records",
"columns": [
{
"name": "id",
"data_type": "bigint",
"is_nullable": false,
"column_default": null,
"comment": "【说明】本表主键 ID用于唯一标识一条记录。 【示例】2957675849518789本表主键 ID用于唯一标识一条记录。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - id。",
"ordinal_position": 1
},
{
"name": "siteid",
"data_type": "bigint",
"is_nullable": true,
"column_default": null,
"comment": "【说明】门店 ID即该废除记录所在门店。 【示例】2790685415443269用于门店 ID即该废除记录所在门店。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - siteId。",
"ordinal_position": 2
},
{
"name": "siteprofile",
"data_type": "jsonb",
"is_nullable": true,
"column_default": null,
"comment": "【说明】门店信息快照。 【示例】{\"id\": 2790685415443269, \"org_id\": 2790684179467077, \"shop_name\": \"朗朗桌球\", \"avatar\": \"https://oss.ficoo.vip/admin/hXcE4E…用于门店信息快照。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - siteProfile。",
"ordinal_position": 3
},
{
"name": "assistantname",
"data_type": "text",
"is_nullable": true,
"column_default": null,
"comment": "【说明】助教姓名/对外展示名称。 【示例】泡芙(用于助教姓名/对外展示名称)。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - assistantName。",
"ordinal_position": 4
},
{
"name": "assistantabolishamount",
"data_type": "numeric",
"is_nullable": true,
"column_default": null,
"comment": "【说明】与“助教废除”关联的金额字段。 【示例】5.83(用于与“助教废除”关联的金额字段)。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - assistantAbolishAmount。",
"ordinal_position": 5
},
{
"name": "assistanton",
"data_type": "integer",
"is_nullable": true,
"column_default": null,
"comment": "【说明】助教编号(工号/序号)。 【示例】27用于助教编号工号/序号))。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - assistantOn。",
"ordinal_position": 6
},
{
"name": "pdchargeminutes",
"data_type": "integer",
"is_nullable": true,
"column_default": null,
"comment": "【说明】“已发生的计费时长(分钟)”,即这次助教服务在被废除前已经累计了多少分钟。 【示例】214用于“已发生的计费时长分钟即这次助教服务在被废除前已经累计了多少分钟。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - pdChargeMinutes。",
"ordinal_position": 7
},
{
"name": "tableareaid",
"data_type": "bigint",
"is_nullable": true,
"column_default": null,
"comment": "【说明】台桌所在区域 ID。 【示例】2791963816579205用于台桌所在区域 ID。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - tableAreaId。",
"ordinal_position": 8
},
{
"name": "tablearea",
"data_type": "text",
"is_nullable": true,
"column_default": null,
"comment": "【说明】台桌所属区域名称。 【示例】C区用于台桌所属区域名称。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - tableArea。",
"ordinal_position": 9
},
{
"name": "tableid",
"data_type": "bigint",
"is_nullable": true,
"column_default": null,
"comment": "【说明】球台/桌子的 ID。 【示例】2793016660660357用于球台/桌子的 ID。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - tableId。",
"ordinal_position": 10
},
{
"name": "tablename",
"data_type": "text",
"is_nullable": true,
"column_default": null,
"comment": "【说明】台桌名称/编号,供人阅读。 【示例】C1用于台桌名称/编号,供人阅读)。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - tableName。",
"ordinal_position": 11
},
{
"name": "trashreason",
"data_type": "text",
"is_nullable": true,
"column_default": null,
"comment": "【说明】用于记录“废除原因”的文本描述,例如“顾客临时有事取消”“录入错误”“更换助教”等。 【示例】NULL用于记录“废除原因”的文本描述例如“顾客临时有事取消”“录入错误”“更换助教”等。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - trashReason。",
"ordinal_position": 12
},
{
"name": "createtime",
"data_type": "timestamp without time zone",
"is_nullable": true,
"column_default": null,
"comment": "【说明】这条“助教废除记录”被创建的时间,即系统正式记录“废除”操作的时刻。 【示例】2025-11-09 19:23:29用于这条“助教废除记录”被创建的时间即系统正式记录“废除”操作的时刻。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - createTime。",
"ordinal_position": 13
},
{
"name": "tenant_id",
"data_type": "bigint",
"is_nullable": true,
"column_default": null,
"comment": null,
"ordinal_position": 14
},
{
"name": "content_hash",
"data_type": "text",
"is_nullable": false,
"column_default": null,
"comment": null,
"ordinal_position": 15
},
{
"name": "source_file",
"data_type": "text",
"is_nullable": true,
"column_default": null,
"comment": "【说明】ETL 元数据:原始导出文件名,用于数据追溯。 【示例】assistant_cancellation_records.jsonETL 元数据:原始导出文件名,用于数据追溯)。 【JSON字段】assistant_cancellation_records.json - ETL元数据 - 无。",
"ordinal_position": 16
},
{
"name": "source_endpoint",
"data_type": "text",
"is_nullable": true,
"column_default": null,
"comment": "【说明】ETL 元数据:采集来源(接口/文件路径),用于数据追溯。 【示例】export/test-json-doc/assistant_cancellation_records.jsonETL 元数据:采集来源(接口/文件路径),用于数据追溯)。 【JSON字段】assistant_cancellation_records.json - ETL元数据 - 无。",
"ordinal_position": 17
},
{
"name": "fetched_at",
"data_type": "timestamp with time zone",
"is_nullable": true,
"column_default": "now()",
"comment": "【说明】ETL 元数据:采集/入库时间戳,用于口径对齐与增量处理。 【示例】2025-11-10T00:00:00+08:00ETL 元数据:采集/入库时间戳,用于口径对齐与增量处理)。 【JSON字段】assistant_cancellation_records.json - ETL元数据 - 无。",
"ordinal_position": 18
},
{
"name": "payload",
"data_type": "jsonb",
"is_nullable": false,
"column_default": null,
"comment": "【说明】完整原始 JSON 记录快照,用于回溯与二次解析。 【示例】{...}(完整原始 JSON 记录快照,用于回溯与二次解析)。 【JSON字段】assistant_cancellation_records.json - data.abolitionAssistants - $。",
"ordinal_position": 19
}
]
}

View File

@@ -201,6 +201,14 @@
"column_default": null,
"comment": "【说明】完整原始 JSON 记录快照,用于回溯与二次解析。 【示例】{...}(完整原始 JSON 记录快照,用于回溯与二次解析)。 【JSON字段】member_profiles.json - data.tenantMemberInfos - $。",
"ordinal_position": 25
},
{
"name": "birthday",
"data_type": "date",
"is_nullable": true,
"column_default": null,
"comment": "会员生日,来源:上游 API payload 中的 birthday 字段",
"ordinal_position": 26
}
]
}

View File

@@ -417,6 +417,38 @@
"column_default": "now()",
"comment": "【说明】ETL 元数据:采集/入库时间戳,用于口径对齐与增量处理。 【示例】2025-11-10T00:00:00+08:00ETL 元数据:采集/入库时间戳,用于口径对齐与增量处理)。 【JSON字段】store_goods_master.json - ETL元数据 - 无。",
"ordinal_position": 52
},
{
"name": "time_slot_sale",
"data_type": "integer",
"is_nullable": true,
"column_default": null,
"comment": "【说明】分时段销售标记API 返回值,当前观测全部为 2。 【示例】2。 【JSON字段】store_goods_master.json - data.orderGoodsList - time_slot_sale。",
"ordinal_position": 53
},
{
"name": "warning_sales_day",
"data_type": "numeric",
"is_nullable": true,
"column_default": null,
"comment": "库存预警参考的日均销量。来源goodsStockWarningInfo.sales_day",
"ordinal_position": 54
},
{
"name": "warning_day_max",
"data_type": "integer",
"is_nullable": true,
"column_default": null,
"comment": "库存预警天数上限。来源goodsStockWarningInfo.warning_day_max",
"ordinal_position": 55
},
{
"name": "warning_day_min",
"data_type": "integer",
"is_nullable": true,
"column_default": null,
"comment": "库存预警天数下限。来源goodsStockWarningInfo.warning_day_min",
"ordinal_position": 56
}
]
}

View File

@@ -1,508 +0,0 @@
{
"ods_table": "assistant_cancellation_records",
"anchors": {
"api": "api-assistant-cancellation-records",
"ods": "ods-assistant-cancellation-records",
"dwd": {
"dwd_assistant_trash_event": "dwd-dwd-assistant-trash-event",
"dwd_assistant_trash_event_ex": "dwd-dwd-assistant-trash-event-ex"
}
},
"json_to_ods": [
{
"json_path": "siteProfile.id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.org_id",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.shop_name",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.avatar",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.business_tel",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.full_address",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.address",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.longitude",
"ods_col": null,
"match_type": "unmapped",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.latitude",
"ods_col": null,
"match_type": "unmapped",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.tenant_site_region_id",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.auto_light",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.attendance_distance",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.wifi_name",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.wifi_password",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.customer_service_qrcode",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.customer_service_wechat",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.fixed_pay_qrCode",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.prod_env",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_status",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_type",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.site_type",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_token",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.site_label",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.attendance_enabled",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.shop_status",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "createTime",
"ods_col": "createtime",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteId",
"ods_col": "siteid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tableAreaId",
"ods_col": "tableareaid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tableId",
"ods_col": "tableid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tableArea",
"ods_col": "tablearea",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "tableName",
"ods_col": "tablename",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "assistantOn",
"ods_col": "assistanton",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "assistantName",
"ods_col": "assistantname",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "pdChargeMinutes",
"ods_col": "pdchargeminutes",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "assistantAbolishAmount",
"ods_col": "assistantabolishamount",
"match_type": "case_insensitive",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "trashReason",
"ods_col": "trashreason",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"id": [
{
"dwd_table": "dwd_assistant_trash_event",
"dwd_col": "assistant_trash_event_id",
"cast": null,
"note": "字段重命名"
},
{
"dwd_table": "dwd_assistant_trash_event_ex",
"dwd_col": "assistant_trash_event_id",
"cast": null,
"note": "字段重命名"
}
],
"siteid": [
{
"dwd_table": "dwd_assistant_trash_event",
"dwd_col": "site_id",
"cast": null,
"note": "字段重命名"
}
],
"tableid": [
{
"dwd_table": "dwd_assistant_trash_event",
"dwd_col": "table_id",
"cast": null,
"note": "字段重命名"
}
],
"tableareaid": [
{
"dwd_table": "dwd_assistant_trash_event",
"dwd_col": "table_area_id",
"cast": null,
"note": "字段重命名"
}
],
"assistanton": [
{
"dwd_table": "dwd_assistant_trash_event",
"dwd_col": "assistant_no",
"cast": null,
"note": "字段重命名"
},
{
"dwd_table": "dwd_assistant_trash_event_ex",
"dwd_col": "assistant_no_int",
"cast": null,
"note": "字段重命名"
}
],
"assistantname": [
{
"dwd_table": "dwd_assistant_trash_event",
"dwd_col": "assistant_name",
"cast": null,
"note": "字段重命名"
}
],
"pdchargeminutes": [
{
"dwd_table": "dwd_assistant_trash_event",
"dwd_col": "charge_minutes_raw",
"cast": null,
"note": "字段重命名"
}
],
"assistantabolishamount": [
{
"dwd_table": "dwd_assistant_trash_event",
"dwd_col": "abolish_amount",
"cast": null,
"note": "字段重命名"
}
],
"trashreason": [
{
"dwd_table": "dwd_assistant_trash_event",
"dwd_col": "trash_reason",
"cast": null,
"note": "字段重命名"
}
],
"createtime": [
{
"dwd_table": "dwd_assistant_trash_event",
"dwd_col": "create_time",
"cast": null,
"note": "字段重命名"
}
],
"tenant_id": [
{
"dwd_table": "dwd_assistant_trash_event",
"dwd_col": "tenant_id",
"cast": null,
"note": ""
}
],
"tablename": [
{
"dwd_table": "dwd_assistant_trash_event_ex",
"dwd_col": "table_name",
"cast": null,
"note": "字段重命名"
}
],
"tablearea": [
{
"dwd_table": "dwd_assistant_trash_event_ex",
"dwd_col": "table_area_name",
"cast": null,
"note": "字段重命名"
}
]
},
"dwd_to_ods": {
"dwd_assistant_trash_event": [
{
"dwd_col": "assistant_trash_event_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "site_id",
"type": "bigint",
"ods_source": "siteid",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "table_id",
"type": "bigint",
"ods_source": "tableid",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "table_area_id",
"type": "bigint",
"ods_source": "tableareaid",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "assistant_no",
"type": "character varying",
"ods_source": "assistanton",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "assistant_name",
"type": "character varying",
"ods_source": "assistantname",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "charge_minutes_raw",
"type": "integer",
"ods_source": "pdchargeminutes",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "abolish_amount",
"type": "numeric",
"ods_source": "assistantabolishamount",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "trash_reason",
"type": "character varying",
"ods_source": "trashreason",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "create_time",
"type": "timestamp with time zone",
"ods_source": "createtime",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "tenant_id",
"mapping_type": "直接",
"note": ""
}
],
"dwd_assistant_trash_event_ex": [
{
"dwd_col": "assistant_trash_event_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "table_name",
"type": "character varying",
"ods_source": "tablename",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "table_area_name",
"type": "character varying",
"ods_source": "tablearea",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "assistant_no_int",
"type": "integer",
"ods_source": "assistanton",
"mapping_type": "直接",
"note": "字段重命名"
}
]
}
}

View File

@@ -1,323 +0,0 @@
{
"ods_table": "goods_stock_movements",
"anchors": {
"api": "api-goods-stock-movements",
"ods": "ods-goods-stock-movements",
"dwd": {
"dwd_goods_stock_movement": "dwd-dwd-goods-stock-movement"
}
},
"json_to_ods": [
{
"json_path": "siteGoodsStockId",
"ods_col": "sitegoodsstockid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteGoodsId",
"ods_col": "sitegoodsid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteId",
"ods_col": "siteid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenantId",
"ods_col": "tenantid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "stockType",
"ods_col": "stocktype",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "goodsName",
"ods_col": "goodsname",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "createTime",
"ods_col": "createtime",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "startNum",
"ods_col": "startnum",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "endNum",
"ods_col": "endnum",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "changeNum",
"ods_col": "changenum",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "unit",
"ods_col": "unit",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "price",
"ods_col": "price",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "operatorName",
"ods_col": "operatorname",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "changeNumA",
"ods_col": "changenuma",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "startNumA",
"ods_col": "startnuma",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "endNumA",
"ods_col": "endnuma",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "remark",
"ods_col": "remark",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "goodsCategoryId",
"ods_col": "goodscategoryid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "goodsSecondCategoryId",
"ods_col": "goodssecondcategoryid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"unit": [
{
"dwd_table": "dwd_goods_stock_movement",
"dwd_col": "unit",
"cast": null,
"note": ""
}
],
"price": [
{
"dwd_table": "dwd_goods_stock_movement",
"dwd_col": "price",
"cast": "numeric",
"note": ""
}
],
"remark": [
{
"dwd_table": "dwd_goods_stock_movement",
"dwd_col": "remark",
"cast": null,
"note": ""
}
],
"fetched_at": [
{
"dwd_table": "dwd_goods_stock_movement",
"dwd_col": "fetched_at",
"cast": null,
"note": "同名直传"
}
]
},
"dwd_to_ods": {
"dwd_goods_stock_movement": [
{
"dwd_col": "site_goods_stock_id",
"type": "bigint",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "site_id",
"type": "bigint",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "site_goods_id",
"type": "bigint",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "goods_name",
"type": "text",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "goods_category_id",
"type": "bigint",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "goods_second_category_id",
"type": "bigint",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "unit",
"type": "text",
"ods_source": "unit",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "price",
"type": "numeric",
"ods_source": "price",
"mapping_type": "→ numeric",
"note": ""
},
{
"dwd_col": "stock_type",
"type": "integer",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "change_num",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "start_num",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "end_num",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "change_num_a",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "start_num_a",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "end_num_a",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "remark",
"type": "text",
"ods_source": "remark",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "operator_name",
"type": "text",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "create_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "fetched_at",
"type": "timestamp with time zone",
"ods_source": "fetched_at",
"mapping_type": "直接",
"note": "同名直传"
}
]
}
}

View File

@@ -1,243 +0,0 @@
{
"ods_table": "goods_stock_summary",
"anchors": {
"api": "api-goods-stock-summary",
"ods": "ods-goods-stock-summary",
"dwd": {
"dwd_goods_stock_summary": "dwd-dwd-goods-stock-summary"
}
},
"json_to_ods": [
{
"json_path": "siteGoodsId",
"ods_col": "sitegoodsid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "goodsName",
"ods_col": "goodsname",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "goodsUnit",
"ods_col": "goodsunit",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "goodsCategoryId",
"ods_col": "goodscategoryid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "goodsCategorySecondId",
"ods_col": "goodscategorysecondid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "rangeStartStock",
"ods_col": "rangestartstock",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "rangeEndStock",
"ods_col": "rangeendstock",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "rangeIn",
"ods_col": "rangein",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "rangeOut",
"ods_col": "rangeout",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "rangeInventory",
"ods_col": "rangeinventory",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "rangeSale",
"ods_col": "rangesale",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "rangeSaleMoney",
"ods_col": "rangesalemoney",
"match_type": "case_insensitive",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "currentStock",
"ods_col": "currentstock",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "categoryName",
"ods_col": "categoryname",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"fetched_at": [
{
"dwd_table": "dwd_goods_stock_summary",
"dwd_col": "fetched_at",
"cast": null,
"note": "同名直传"
}
]
},
"dwd_to_ods": {
"dwd_goods_stock_summary": [
{
"dwd_col": "site_goods_id",
"type": "bigint",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "goods_name",
"type": "text",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "goods_unit",
"type": "text",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "goods_category_id",
"type": "bigint",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "goods_category_second_id",
"type": "bigint",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "category_name",
"type": "text",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "range_start_stock",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "range_end_stock",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "range_in",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "range_out",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "range_sale",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "range_sale_money",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "range_inventory",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "current_stock",
"type": "numeric",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "site_id",
"type": "bigint",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "fetched_at",
"type": "timestamp with time zone",
"ods_source": "fetched_at",
"mapping_type": "直接",
"note": "同名直传"
}
]
}
}

View File

@@ -1,940 +0,0 @@
{
"ods_table": "group_buy_packages",
"anchors": {
"api": "api-group-buy-packages",
"ods": "ods-group-buy-packages",
"dwd": {
"dim_groupbuy_package": "dwd-dim-groupbuy-package",
"dim_groupbuy_package_ex": "dwd-dim-groupbuy-package-ex"
}
},
"json_to_ods": [
{
"json_path": "site_name",
"ods_col": "site_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "effective_status",
"ods_col": "effective_status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenantTableAreaIdList[]",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tableAreaNameList[]",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "tenantCouponSaleOrderItemId",
"ods_col": "tenantcouponsaleorderitemid",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "add_end_clock",
"ods_col": "add_end_clock",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "add_start_clock",
"ods_col": "add_start_clock",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "area_tag_type",
"ods_col": "area_tag_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "card_type_ids",
"ods_col": "card_type_ids",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "coupon_money",
"ods_col": "coupon_money",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "create_time",
"ods_col": "create_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "creator_name",
"ods_col": "creator_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "date_info",
"ods_col": "date_info",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "date_type",
"ods_col": "date_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "duration",
"ods_col": "duration",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "end_clock",
"ods_col": "end_clock",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "end_time",
"ods_col": "end_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "group_type",
"ods_col": "group_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "is_delete",
"ods_col": "is_delete",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "is_enabled",
"ods_col": "is_enabled",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "is_first_limit",
"ods_col": "is_first_limit",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "max_selectable_categories",
"ods_col": "max_selectable_categories",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "package_id",
"ods_col": "package_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "package_name",
"ods_col": "package_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "selling_price",
"ods_col": "selling_price",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "site_id",
"ods_col": "site_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "sort",
"ods_col": "sort",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "start_clock",
"ods_col": "start_clock",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "start_time",
"ods_col": "start_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "system_group_type",
"ods_col": "system_group_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "table_area_id",
"ods_col": "table_area_id",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "table_area_id_list",
"ods_col": "table_area_id_list",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "table_area_name",
"ods_col": "table_area_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_table_area_id",
"ods_col": "tenant_table_area_id",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_table_area_id_list",
"ods_col": "tenant_table_area_id_list",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "type",
"ods_col": "type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "usable_count",
"ods_col": "usable_count",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "usable_range",
"ods_col": "usable_range",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"id": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "groupbuy_package_id",
"cast": null,
"note": "字段重命名"
},
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "groupbuy_package_id",
"cast": null,
"note": "字段重命名"
}
],
"tenant_id": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "tenant_id",
"cast": null,
"note": "同名直传"
}
],
"site_id": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "site_id",
"cast": null,
"note": "同名直传"
}
],
"package_name": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "package_name",
"cast": null,
"note": "同名直传"
}
],
"package_id": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "package_template_id",
"cast": null,
"note": "字段重命名"
}
],
"selling_price": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "selling_price",
"cast": null,
"note": "同名直传"
}
],
"coupon_money": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "coupon_face_value",
"cast": null,
"note": "字段重命名"
}
],
"duration": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "duration_seconds",
"cast": null,
"note": "字段重命名"
}
],
"start_time": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "start_time",
"cast": null,
"note": "同名直传"
}
],
"end_time": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "end_time",
"cast": null,
"note": "同名直传"
}
],
"table_area_name": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "table_area_name",
"cast": null,
"note": "同名直传"
}
],
"is_enabled": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "is_enabled",
"cast": null,
"note": "同名直传"
}
],
"is_delete": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "is_delete",
"cast": null,
"note": "同名直传"
}
],
"create_time": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "create_time",
"cast": null,
"note": "同名直传"
}
],
"tenant_table_area_id_list": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "tenant_table_area_id_list",
"cast": null,
"note": "同名直传"
}
],
"card_type_ids": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "card_type_ids",
"cast": null,
"note": "同名直传"
}
],
"sort": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "sort",
"cast": null,
"note": ""
}
],
"is_first_limit": [
{
"dwd_table": "dim_groupbuy_package",
"dwd_col": "is_first_limit",
"cast": "boolean",
"note": ""
}
],
"site_name": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "site_name",
"cast": null,
"note": "同名直传"
}
],
"usable_count": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "usable_count",
"cast": null,
"note": "同名直传"
}
],
"date_type": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "date_type",
"cast": null,
"note": "同名直传"
}
],
"usable_range": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "usable_range",
"cast": null,
"note": ""
}
],
"date_info": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "date_info",
"cast": null,
"note": "同名直传"
}
],
"start_clock": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "start_clock",
"cast": null,
"note": "同名直传"
}
],
"end_clock": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "end_clock",
"cast": null,
"note": "同名直传"
}
],
"add_start_clock": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "add_start_clock",
"cast": null,
"note": "同名直传"
}
],
"add_end_clock": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "add_end_clock",
"cast": null,
"note": "同名直传"
}
],
"area_tag_type": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "area_tag_type",
"cast": null,
"note": "同名直传"
}
],
"table_area_id": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "table_area_id",
"cast": null,
"note": ""
}
],
"tenant_table_area_id": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "tenant_table_area_id",
"cast": null,
"note": ""
}
],
"table_area_id_list": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "table_area_id_list",
"cast": null,
"note": ""
}
],
"group_type": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "group_type",
"cast": null,
"note": "同名直传"
}
],
"system_group_type": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "system_group_type",
"cast": null,
"note": "同名直传"
}
],
"type": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "package_type",
"cast": null,
"note": "字段重命名"
}
],
"effective_status": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "effective_status",
"cast": null,
"note": "同名直传"
}
],
"max_selectable_categories": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "max_selectable_categories",
"cast": null,
"note": "同名直传"
}
],
"creator_name": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "creator_name",
"cast": null,
"note": "同名直传"
}
],
"tenantcouponsaleorderitemid": [
{
"dwd_table": "dim_groupbuy_package_ex",
"dwd_col": "tenant_coupon_sale_order_item_id",
"cast": null,
"note": "字段重命名"
}
]
},
"dwd_to_ods": {
"dim_groupbuy_package": [
{
"dwd_col": "groupbuy_package_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "tenant_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "site_id",
"type": "bigint",
"ods_source": "site_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "package_name",
"type": "character varying",
"ods_source": "package_name",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "package_template_id",
"type": "bigint",
"ods_source": "package_id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "selling_price",
"type": "numeric",
"ods_source": "selling_price",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "coupon_face_value",
"type": "numeric",
"ods_source": "coupon_money",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "duration_seconds",
"type": "integer",
"ods_source": "duration",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "start_time",
"type": "timestamp with time zone",
"ods_source": "start_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "end_time",
"type": "timestamp with time zone",
"ods_source": "end_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "table_area_name",
"type": "character varying",
"ods_source": "table_area_name",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "is_enabled",
"type": "integer",
"ods_source": "is_enabled",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "is_delete",
"type": "integer",
"ods_source": "is_delete",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "create_time",
"type": "timestamp with time zone",
"ods_source": "create_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "tenant_table_area_id_list",
"type": "character varying",
"ods_source": "tenant_table_area_id_list",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "card_type_ids",
"type": "character varying",
"ods_source": "card_type_ids",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "sort",
"type": "integer",
"ods_source": "sort",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "is_first_limit",
"type": "boolean",
"ods_source": "is_first_limit",
"mapping_type": "→ boolean",
"note": ""
},
{
"dwd_col": "scd2_start_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_end_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_is_current",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_version",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
}
],
"dim_groupbuy_package_ex": [
{
"dwd_col": "groupbuy_package_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "site_name",
"type": "character varying",
"ods_source": "site_name",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "usable_count",
"type": "integer",
"ods_source": "usable_count",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "date_type",
"type": "integer",
"ods_source": "date_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "usable_range",
"type": "character varying",
"ods_source": "usable_range",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "date_info",
"type": "character varying",
"ods_source": "date_info",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "start_clock",
"type": "character varying",
"ods_source": "start_clock",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "end_clock",
"type": "character varying",
"ods_source": "end_clock",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "add_start_clock",
"type": "character varying",
"ods_source": "add_start_clock",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "add_end_clock",
"type": "character varying",
"ods_source": "add_end_clock",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "area_tag_type",
"type": "integer",
"ods_source": "area_tag_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "table_area_id",
"type": "bigint",
"ods_source": "table_area_id",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "tenant_table_area_id",
"type": "bigint",
"ods_source": "tenant_table_area_id",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "table_area_id_list",
"type": "character varying",
"ods_source": "table_area_id_list",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "group_type",
"type": "integer",
"ods_source": "group_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "system_group_type",
"type": "integer",
"ods_source": "system_group_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "package_type",
"type": "integer",
"ods_source": "type",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "effective_status",
"type": "integer",
"ods_source": "effective_status",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "max_selectable_categories",
"type": "integer",
"ods_source": "max_selectable_categories",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "creator_name",
"type": "character varying",
"ods_source": "creator_name",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "tenant_coupon_sale_order_item_id",
"type": "bigint",
"ods_source": "tenantcouponsaleorderitemid",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "scd2_start_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_end_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_is_current",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_version",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
}
]
}
}

View File

@@ -1,657 +0,0 @@
{
"ods_table": "member_balance_changes",
"anchors": {
"api": "api-member-balance-changes",
"ods": "ods-member-balance-changes",
"dwd": {
"dwd_member_balance_change": "dwd-dwd-member-balance-change",
"dwd_member_balance_change_ex": "dwd-dwd-member-balance-change-ex"
}
},
"json_to_ods": [
{
"json_path": "memberCardTypeName",
"ods_col": "membercardtypename",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "paySiteName",
"ods_col": "paysitename",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "registerSiteName",
"ods_col": "registersitename",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "memberName",
"ods_col": "membername",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "memberMobile",
"ods_col": "membermobile",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "account_data",
"ods_col": "account_data",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "after",
"ods_col": "after",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "before",
"ods_col": "before",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "card_type_id",
"ods_col": "card_type_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "create_time",
"ods_col": "create_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "from_type",
"ods_col": "from_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "is_delete",
"ods_col": "is_delete",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "operator_id",
"ods_col": "operator_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "operator_name",
"ods_col": "operator_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "payment_method",
"ods_col": "payment_method",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "refund_amount",
"ods_col": "refund_amount",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "register_site_id",
"ods_col": "register_site_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "relate_id",
"ods_col": "relate_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "remark",
"ods_col": "remark",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "site_id",
"ods_col": "site_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "system_member_id",
"ods_col": "system_member_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_member_card_id",
"ods_col": "tenant_member_card_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_member_id",
"ods_col": "tenant_member_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "principal_after",
"ods_col": "principal_after",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "principal_before",
"ods_col": "principal_before",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "principal_data",
"ods_col": "principal_data",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"id": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "balance_change_id",
"cast": null,
"note": "字段重命名"
},
{
"dwd_table": "dwd_member_balance_change_ex",
"dwd_col": "balance_change_id",
"cast": null,
"note": "字段重命名"
}
],
"tenant_id": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "tenant_id",
"cast": null,
"note": "同名直传"
}
],
"site_id": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "site_id",
"cast": null,
"note": "同名直传"
}
],
"register_site_id": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "register_site_id",
"cast": null,
"note": "同名直传"
}
],
"tenant_member_id": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "tenant_member_id",
"cast": null,
"note": "同名直传"
}
],
"system_member_id": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "system_member_id",
"cast": null,
"note": "同名直传"
}
],
"tenant_member_card_id": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "tenant_member_card_id",
"cast": null,
"note": "同名直传"
}
],
"card_type_id": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "card_type_id",
"cast": null,
"note": "同名直传"
}
],
"membercardtypename": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "card_type_name",
"cast": null,
"note": "字段重命名"
}
],
"membername": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "member_name",
"cast": null,
"note": "字段重命名"
}
],
"membermobile": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "member_mobile",
"cast": null,
"note": "字段重命名"
}
],
"before": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "balance_before",
"cast": null,
"note": "字段重命名"
}
],
"account_data": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "change_amount",
"cast": null,
"note": "字段重命名"
}
],
"after": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "balance_after",
"cast": null,
"note": "字段重命名"
}
],
"from_type": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "from_type",
"cast": null,
"note": "同名直传"
}
],
"payment_method": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "payment_method",
"cast": null,
"note": "同名直传"
}
],
"create_time": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "change_time",
"cast": null,
"note": "字段重命名"
}
],
"is_delete": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "is_delete",
"cast": null,
"note": "同名直传"
}
],
"remark": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "remark",
"cast": null,
"note": "同名直传"
}
],
"principal_before": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "principal_before",
"cast": null,
"note": ""
}
],
"principal_after": [
{
"dwd_table": "dwd_member_balance_change",
"dwd_col": "principal_after",
"cast": null,
"note": ""
}
],
"paysitename": [
{
"dwd_table": "dwd_member_balance_change_ex",
"dwd_col": "pay_site_name",
"cast": null,
"note": "字段重命名"
}
],
"registersitename": [
{
"dwd_table": "dwd_member_balance_change_ex",
"dwd_col": "register_site_name",
"cast": null,
"note": "字段重命名"
}
],
"refund_amount": [
{
"dwd_table": "dwd_member_balance_change_ex",
"dwd_col": "refund_amount",
"cast": null,
"note": "同名直传"
}
],
"operator_id": [
{
"dwd_table": "dwd_member_balance_change_ex",
"dwd_col": "operator_id",
"cast": null,
"note": "同名直传"
}
],
"operator_name": [
{
"dwd_table": "dwd_member_balance_change_ex",
"dwd_col": "operator_name",
"cast": null,
"note": "同名直传"
}
],
"principal_data": [
{
"dwd_table": "dwd_member_balance_change_ex",
"dwd_col": "principal_data",
"cast": null,
"note": ""
}
],
"relate_id": [
{
"dwd_table": "dwd_member_balance_change_ex",
"dwd_col": "relate_id",
"cast": null,
"note": ""
}
]
},
"dwd_to_ods": {
"dwd_member_balance_change": [
{
"dwd_col": "balance_change_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "tenant_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "site_id",
"type": "bigint",
"ods_source": "site_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "register_site_id",
"type": "bigint",
"ods_source": "register_site_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "tenant_member_id",
"type": "bigint",
"ods_source": "tenant_member_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "system_member_id",
"type": "bigint",
"ods_source": "system_member_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "tenant_member_card_id",
"type": "bigint",
"ods_source": "tenant_member_card_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "card_type_id",
"type": "bigint",
"ods_source": "card_type_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "card_type_name",
"type": "character varying",
"ods_source": "membercardtypename",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "member_name",
"type": "character varying",
"ods_source": "membername",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "member_mobile",
"type": "character varying",
"ods_source": "membermobile",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "balance_before",
"type": "numeric",
"ods_source": "before",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "change_amount",
"type": "numeric",
"ods_source": "account_data",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "balance_after",
"type": "numeric",
"ods_source": "after",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "from_type",
"type": "integer",
"ods_source": "from_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "payment_method",
"type": "integer",
"ods_source": "payment_method",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "change_time",
"type": "timestamp with time zone",
"ods_source": "create_time",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "is_delete",
"type": "integer",
"ods_source": "is_delete",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "remark",
"type": "character varying",
"ods_source": "remark",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "principal_before",
"type": "numeric",
"ods_source": "principal_before",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "principal_after",
"type": "numeric",
"ods_source": "principal_after",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "principal_change_amount",
"type": "numeric",
"ods_source": "COALESCE(CAST(principal_after AS numeric),0) - COALESCE(CAST(principal_before AS numeric),0)",
"mapping_type": "→ numeric",
"note": "字段重命名"
}
],
"dwd_member_balance_change_ex": [
{
"dwd_col": "balance_change_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "pay_site_name",
"type": "character varying",
"ods_source": "paysitename",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "register_site_name",
"type": "character varying",
"ods_source": "registersitename",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "refund_amount",
"type": "numeric",
"ods_source": "refund_amount",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "operator_id",
"type": "bigint",
"ods_source": "operator_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "operator_name",
"type": "character varying",
"ods_source": "operator_name",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "principal_data",
"type": "text",
"ods_source": "principal_data",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "relate_id",
"type": "bigint",
"ods_source": "relate_id",
"mapping_type": "直接",
"note": ""
}
]
}
}

View File

@@ -1,537 +0,0 @@
{
"ods_table": "member_profiles",
"anchors": {
"api": "api-member-profiles",
"ods": "ods-member-profiles",
"dwd": {
"dim_member": "dwd-dim-member",
"dim_member_ex": "dwd-dim-member-ex"
}
},
"json_to_ods": [
{
"json_path": "id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "create_time",
"ods_col": "create_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "member_card_grade_code",
"ods_col": "member_card_grade_code",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "mobile",
"ods_col": "mobile",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "nickname",
"ods_col": "nickname",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "register_site_id",
"ods_col": "register_site_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "site_name",
"ods_col": "site_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "member_card_grade_name",
"ods_col": "member_card_grade_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "system_member_id",
"ods_col": "system_member_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "referrer_member_id",
"ods_col": "referrer_member_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "point",
"ods_col": "point",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "user_status",
"ods_col": "user_status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "status",
"ods_col": "status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "growth_value",
"ods_col": "growth_value",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "person_tenant_org_id",
"ods_col": "person_tenant_org_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "person_tenant_org_name",
"ods_col": "person_tenant_org_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "register_source",
"ods_col": "register_source",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "recharge_money_sum",
"ods_col": "recharge_money_sum",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "pay_money_sum",
"ods_col": "pay_money_sum",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"id": [
{
"dwd_table": "dim_member",
"dwd_col": "member_id",
"cast": null,
"note": "字段重命名"
},
{
"dwd_table": "dim_member_ex",
"dwd_col": "member_id",
"cast": null,
"note": "字段重命名"
}
],
"system_member_id": [
{
"dwd_table": "dim_member",
"dwd_col": "system_member_id",
"cast": null,
"note": "同名直传"
}
],
"tenant_id": [
{
"dwd_table": "dim_member",
"dwd_col": "tenant_id",
"cast": null,
"note": "同名直传"
}
],
"register_site_id": [
{
"dwd_table": "dim_member",
"dwd_col": "register_site_id",
"cast": null,
"note": "同名直传"
}
],
"mobile": [
{
"dwd_table": "dim_member",
"dwd_col": "mobile",
"cast": null,
"note": "同名直传"
}
],
"nickname": [
{
"dwd_table": "dim_member",
"dwd_col": "nickname",
"cast": null,
"note": "同名直传"
}
],
"member_card_grade_code": [
{
"dwd_table": "dim_member",
"dwd_col": "member_card_grade_code",
"cast": null,
"note": "同名直传"
}
],
"member_card_grade_name": [
{
"dwd_table": "dim_member",
"dwd_col": "member_card_grade_name",
"cast": null,
"note": "同名直传"
}
],
"create_time": [
{
"dwd_table": "dim_member",
"dwd_col": "create_time",
"cast": null,
"note": "同名直传"
}
],
"pay_money_sum": [
{
"dwd_table": "dim_member",
"dwd_col": "pay_money_sum",
"cast": null,
"note": ""
}
],
"recharge_money_sum": [
{
"dwd_table": "dim_member",
"dwd_col": "recharge_money_sum",
"cast": null,
"note": ""
}
],
"referrer_member_id": [
{
"dwd_table": "dim_member_ex",
"dwd_col": "referrer_member_id",
"cast": null,
"note": "同名直传"
}
],
"point": [
{
"dwd_table": "dim_member_ex",
"dwd_col": "point",
"cast": null,
"note": "同名直传"
}
],
"site_name": [
{
"dwd_table": "dim_member_ex",
"dwd_col": "register_site_name",
"cast": null,
"note": "字段重命名"
}
],
"growth_value": [
{
"dwd_table": "dim_member_ex",
"dwd_col": "growth_value",
"cast": null,
"note": "同名直传"
}
],
"user_status": [
{
"dwd_table": "dim_member_ex",
"dwd_col": "user_status",
"cast": null,
"note": "同名直传"
}
],
"status": [
{
"dwd_table": "dim_member_ex",
"dwd_col": "status",
"cast": null,
"note": "同名直传"
}
],
"person_tenant_org_id": [
{
"dwd_table": "dim_member_ex",
"dwd_col": "person_tenant_org_id",
"cast": null,
"note": ""
}
],
"person_tenant_org_name": [
{
"dwd_table": "dim_member_ex",
"dwd_col": "person_tenant_org_name",
"cast": null,
"note": ""
}
],
"register_source": [
{
"dwd_table": "dim_member_ex",
"dwd_col": "register_source",
"cast": null,
"note": ""
}
]
},
"dwd_to_ods": {
"dim_member": [
{
"dwd_col": "member_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "system_member_id",
"type": "bigint",
"ods_source": "system_member_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "tenant_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "register_site_id",
"type": "bigint",
"ods_source": "register_site_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "mobile",
"type": "text",
"ods_source": "mobile",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "nickname",
"type": "text",
"ods_source": "nickname",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "member_card_grade_code",
"type": "bigint",
"ods_source": "member_card_grade_code",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "member_card_grade_name",
"type": "text",
"ods_source": "member_card_grade_name",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "create_time",
"type": "timestamp with time zone",
"ods_source": "create_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "update_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "pay_money_sum",
"type": "numeric",
"ods_source": "pay_money_sum",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "recharge_money_sum",
"type": "numeric",
"ods_source": "recharge_money_sum",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "scd2_start_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_end_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_is_current",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_version",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
}
],
"dim_member_ex": [
{
"dwd_col": "member_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "referrer_member_id",
"type": "bigint",
"ods_source": "referrer_member_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "point",
"type": "numeric",
"ods_source": "point",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "register_site_name",
"type": "text",
"ods_source": "site_name",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "growth_value",
"type": "numeric",
"ods_source": "growth_value",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "user_status",
"type": "integer",
"ods_source": "user_status",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "status",
"type": "integer",
"ods_source": "status",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "person_tenant_org_id",
"type": "bigint",
"ods_source": "person_tenant_org_id",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "person_tenant_org_name",
"type": "text",
"ods_source": "person_tenant_org_name",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "register_source",
"type": "text",
"ods_source": "register_source",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "scd2_start_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_end_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_is_current",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_version",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
}
]
}
}

View File

@@ -1,448 +0,0 @@
{
"ods_table": "payment_transactions",
"anchors": {
"api": "api-payment-transactions",
"ods": "ods-payment-transactions",
"dwd": {
"dwd_payment": "dwd-dwd-payment"
}
},
"json_to_ods": [
{
"json_path": "siteProfile.id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.org_id",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.shop_name",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.avatar",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.business_tel",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.full_address",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.address",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.longitude",
"ods_col": null,
"match_type": "unmapped",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.latitude",
"ods_col": null,
"match_type": "unmapped",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.tenant_site_region_id",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.auto_light",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.attendance_distance",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.wifi_name",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.wifi_password",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.customer_service_qrcode",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.customer_service_wechat",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.fixed_pay_qrCode",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.prod_env",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_status",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_type",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.site_type",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_token",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.site_label",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.attendance_enabled",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.shop_status",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "create_time",
"ods_col": "create_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "pay_amount",
"ods_col": "pay_amount",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "pay_status",
"ods_col": "pay_status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "pay_time",
"ods_col": "pay_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "online_pay_channel",
"ods_col": "online_pay_channel",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "relate_type",
"ods_col": "relate_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "relate_id",
"ods_col": "relate_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "site_id",
"ods_col": "site_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "payment_method",
"ods_col": "payment_method",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"id": [
{
"dwd_table": "dwd_payment",
"dwd_col": "payment_id",
"cast": null,
"note": "字段重命名"
}
],
"site_id": [
{
"dwd_table": "dwd_payment",
"dwd_col": "site_id",
"cast": null,
"note": "同名直传"
}
],
"relate_type": [
{
"dwd_table": "dwd_payment",
"dwd_col": "relate_type",
"cast": null,
"note": "同名直传"
}
],
"relate_id": [
{
"dwd_table": "dwd_payment",
"dwd_col": "relate_id",
"cast": null,
"note": "同名直传"
}
],
"pay_amount": [
{
"dwd_table": "dwd_payment",
"dwd_col": "pay_amount",
"cast": null,
"note": "同名直传"
}
],
"pay_status": [
{
"dwd_table": "dwd_payment",
"dwd_col": "pay_status",
"cast": null,
"note": "同名直传"
}
],
"payment_method": [
{
"dwd_table": "dwd_payment",
"dwd_col": "payment_method",
"cast": null,
"note": "同名直传"
}
],
"online_pay_channel": [
{
"dwd_table": "dwd_payment",
"dwd_col": "online_pay_channel",
"cast": null,
"note": "同名直传"
}
],
"create_time": [
{
"dwd_table": "dwd_payment",
"dwd_col": "create_time",
"cast": null,
"note": "同名直传"
}
],
"pay_time": [
{
"dwd_table": "dwd_payment",
"dwd_col": "pay_time",
"cast": null,
"note": "同名直传"
},
{
"dwd_table": "dwd_payment",
"dwd_col": "pay_date",
"cast": "date",
"note": "字段重命名"
}
],
"tenant_id": [
{
"dwd_table": "dwd_payment",
"dwd_col": "tenant_id",
"cast": null,
"note": ""
}
]
},
"dwd_to_ods": {
"dwd_payment": [
{
"dwd_col": "payment_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "site_id",
"type": "bigint",
"ods_source": "site_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "relate_type",
"type": "integer",
"ods_source": "relate_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "relate_id",
"type": "bigint",
"ods_source": "relate_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "pay_amount",
"type": "numeric",
"ods_source": "pay_amount",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "pay_status",
"type": "integer",
"ods_source": "pay_status",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "payment_method",
"type": "integer",
"ods_source": "payment_method",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "online_pay_channel",
"type": "integer",
"ods_source": "online_pay_channel",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "create_time",
"type": "timestamp with time zone",
"ods_source": "create_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "pay_time",
"type": "timestamp with time zone",
"ods_source": "pay_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "pay_date",
"type": "date",
"ods_source": "pay_time",
"mapping_type": "→ date",
"note": "字段重命名"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "tenant_id",
"mapping_type": "直接",
"note": ""
}
]
}
}

View File

@@ -1,766 +0,0 @@
{
"ods_table": "platform_coupon_redemption_records",
"anchors": {
"api": "api-platform-coupon-redemption-records",
"ods": "ods-platform-coupon-redemption-records",
"dwd": {
"dwd_platform_coupon_redemption": "dwd-dwd-platform-coupon-redemption",
"dwd_platform_coupon_redemption_ex": "dwd-dwd-platform-coupon-redemption-ex"
}
},
"json_to_ods": [
{
"json_path": "siteProfile.id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.org_id",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.shop_name",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.avatar",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.business_tel",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.full_address",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.address",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.longitude",
"ods_col": null,
"match_type": "unmapped",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.latitude",
"ods_col": null,
"match_type": "unmapped",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.tenant_site_region_id",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.auto_light",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.attendance_distance",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.wifi_name",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.wifi_password",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.customer_service_qrcode",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.customer_service_wechat",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.fixed_pay_qrCode",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.prod_env",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_status",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_type",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.site_type",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_token",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.site_label",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.attendance_enabled",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.shop_status",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "site_id",
"ods_col": "site_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "sale_price",
"ods_col": "sale_price",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "coupon_code",
"ods_col": "coupon_code",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "coupon_channel",
"ods_col": "coupon_channel",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "site_order_id",
"ods_col": "site_order_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "coupon_free_time",
"ods_col": "coupon_free_time",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "use_status",
"ods_col": "use_status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "create_time",
"ods_col": "create_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "is_delete",
"ods_col": "is_delete",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "coupon_name",
"ods_col": "coupon_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "coupon_cover",
"ods_col": "coupon_cover",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "coupon_remark",
"ods_col": "coupon_remark",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "channel_deal_id",
"ods_col": "channel_deal_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "group_package_id",
"ods_col": "group_package_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "consume_time",
"ods_col": "consume_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "groupon_type",
"ods_col": "groupon_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "coupon_money",
"ods_col": "coupon_money",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "operator_id",
"ods_col": "operator_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "operator_name",
"ods_col": "operator_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "table_id",
"ods_col": "table_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "certificate_id",
"ods_col": "certificate_id",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "verify_id",
"ods_col": "verify_id",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "deal_id",
"ods_col": "deal_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"id": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "platform_coupon_redemption_id",
"cast": null,
"note": "字段重命名"
},
{
"dwd_table": "dwd_platform_coupon_redemption_ex",
"dwd_col": "platform_coupon_redemption_id",
"cast": null,
"note": "字段重命名"
}
],
"tenant_id": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "tenant_id",
"cast": null,
"note": "同名直传"
}
],
"site_id": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "site_id",
"cast": null,
"note": "同名直传"
}
],
"coupon_code": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "coupon_code",
"cast": null,
"note": "同名直传"
}
],
"coupon_channel": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "coupon_channel",
"cast": null,
"note": "同名直传"
}
],
"coupon_name": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "coupon_name",
"cast": null,
"note": "同名直传"
}
],
"sale_price": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "sale_price",
"cast": null,
"note": "同名直传"
}
],
"coupon_money": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "coupon_money",
"cast": null,
"note": "同名直传"
}
],
"coupon_free_time": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "coupon_free_time",
"cast": null,
"note": "同名直传"
}
],
"channel_deal_id": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "channel_deal_id",
"cast": null,
"note": "同名直传"
}
],
"deal_id": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "deal_id",
"cast": null,
"note": "同名直传"
}
],
"group_package_id": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "group_package_id",
"cast": null,
"note": "同名直传"
}
],
"site_order_id": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "site_order_id",
"cast": null,
"note": "同名直传"
}
],
"table_id": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "table_id",
"cast": null,
"note": "同名直传"
}
],
"certificate_id": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "certificate_id",
"cast": null,
"note": "同名直传"
}
],
"verify_id": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "verify_id",
"cast": null,
"note": "同名直传"
}
],
"use_status": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "use_status",
"cast": null,
"note": "同名直传"
}
],
"is_delete": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "is_delete",
"cast": null,
"note": "同名直传"
}
],
"create_time": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "create_time",
"cast": null,
"note": "同名直传"
}
],
"consume_time": [
{
"dwd_table": "dwd_platform_coupon_redemption",
"dwd_col": "consume_time",
"cast": null,
"note": "同名直传"
}
],
"coupon_cover": [
{
"dwd_table": "dwd_platform_coupon_redemption_ex",
"dwd_col": "coupon_cover",
"cast": null,
"note": ""
}
],
"coupon_remark": [
{
"dwd_table": "dwd_platform_coupon_redemption_ex",
"dwd_col": "coupon_remark",
"cast": null,
"note": "同名直传"
}
],
"groupon_type": [
{
"dwd_table": "dwd_platform_coupon_redemption_ex",
"dwd_col": "groupon_type",
"cast": null,
"note": "同名直传"
}
],
"operator_id": [
{
"dwd_table": "dwd_platform_coupon_redemption_ex",
"dwd_col": "operator_id",
"cast": null,
"note": "同名直传"
}
],
"operator_name": [
{
"dwd_table": "dwd_platform_coupon_redemption_ex",
"dwd_col": "operator_name",
"cast": null,
"note": "同名直传"
}
]
},
"dwd_to_ods": {
"dwd_platform_coupon_redemption": [
{
"dwd_col": "platform_coupon_redemption_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "tenant_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "site_id",
"type": "bigint",
"ods_source": "site_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "coupon_code",
"type": "character varying",
"ods_source": "coupon_code",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "coupon_channel",
"type": "integer",
"ods_source": "coupon_channel",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "coupon_name",
"type": "character varying",
"ods_source": "coupon_name",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "sale_price",
"type": "numeric",
"ods_source": "sale_price",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "coupon_money",
"type": "numeric",
"ods_source": "coupon_money",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "coupon_free_time",
"type": "integer",
"ods_source": "coupon_free_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "channel_deal_id",
"type": "bigint",
"ods_source": "channel_deal_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "deal_id",
"type": "bigint",
"ods_source": "deal_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "group_package_id",
"type": "bigint",
"ods_source": "group_package_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "site_order_id",
"type": "bigint",
"ods_source": "site_order_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "table_id",
"type": "bigint",
"ods_source": "table_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "certificate_id",
"type": "character varying",
"ods_source": "certificate_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "verify_id",
"type": "character varying",
"ods_source": "verify_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "use_status",
"type": "integer",
"ods_source": "use_status",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "is_delete",
"type": "integer",
"ods_source": "is_delete",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "create_time",
"type": "timestamp with time zone",
"ods_source": "create_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "consume_time",
"type": "timestamp with time zone",
"ods_source": "consume_time",
"mapping_type": "直接",
"note": "同名直传"
}
],
"dwd_platform_coupon_redemption_ex": [
{
"dwd_col": "platform_coupon_redemption_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "coupon_cover",
"type": "character varying",
"ods_source": "coupon_cover",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "coupon_remark",
"type": "character varying",
"ods_source": "coupon_remark",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "groupon_type",
"type": "integer",
"ods_source": "groupon_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "operator_id",
"type": "bigint",
"ods_source": "operator_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "operator_name",
"type": "character varying",
"ods_source": "operator_name",
"mapping_type": "直接",
"note": "同名直传"
}
]
}
}

View File

@@ -1,898 +0,0 @@
{
"ods_table": "refund_transactions",
"anchors": {
"api": "api-refund-transactions",
"ods": "ods-refund-transactions",
"dwd": {
"dwd_refund": "dwd-dwd-refund",
"dwd_refund_ex": "dwd-dwd-refund-ex"
}
},
"json_to_ods": [
{
"json_path": "tenantName",
"ods_col": "tenantname",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.org_id",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.shop_name",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.avatar",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.business_tel",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.full_address",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.address",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.longitude",
"ods_col": null,
"match_type": "unmapped",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.latitude",
"ods_col": null,
"match_type": "unmapped",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.tenant_site_region_id",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.auto_light",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.attendance_distance",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.wifi_name",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.wifi_password",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.customer_service_qrcode",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.customer_service_wechat",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.fixed_pay_qrCode",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.prod_env",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_status",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_type",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.site_type",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_token",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.site_label",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.attendance_enabled",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.shop_status",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "site_id",
"ods_col": "site_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "pay_sn",
"ods_col": "pay_sn",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "pay_amount",
"ods_col": "pay_amount",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "pay_status",
"ods_col": "pay_status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "pay_time",
"ods_col": "pay_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "create_time",
"ods_col": "create_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "relate_type",
"ods_col": "relate_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "relate_id",
"ods_col": "relate_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "is_revoke",
"ods_col": "is_revoke",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "is_delete",
"ods_col": "is_delete",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "online_pay_channel",
"ods_col": "online_pay_channel",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "payment_method",
"ods_col": "payment_method",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "balance_frozen_amount",
"ods_col": "balance_frozen_amount",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "card_frozen_amount",
"ods_col": "card_frozen_amount",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "member_id",
"ods_col": "member_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "member_card_id",
"ods_col": "member_card_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "round_amount",
"ods_col": "round_amount",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "online_pay_type",
"ods_col": "online_pay_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "action_type",
"ods_col": "action_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "refund_amount",
"ods_col": "refund_amount",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "cashier_point_id",
"ods_col": "cashier_point_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "operator_id",
"ods_col": "operator_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "pay_terminal",
"ods_col": "pay_terminal",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "pay_config_id",
"ods_col": "pay_config_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "channel_payer_id",
"ods_col": "channel_payer_id",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "channel_pay_no",
"ods_col": "channel_pay_no",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "check_status",
"ods_col": "check_status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "channel_fee",
"ods_col": "channel_fee",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"id": [
{
"dwd_table": "dwd_refund",
"dwd_col": "refund_id",
"cast": null,
"note": "字段重命名"
},
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "refund_id",
"cast": null,
"note": "字段重命名"
}
],
"tenant_id": [
{
"dwd_table": "dwd_refund",
"dwd_col": "tenant_id",
"cast": null,
"note": "同名直传"
}
],
"site_id": [
{
"dwd_table": "dwd_refund",
"dwd_col": "site_id",
"cast": null,
"note": "同名直传"
}
],
"relate_type": [
{
"dwd_table": "dwd_refund",
"dwd_col": "relate_type",
"cast": null,
"note": "同名直传"
}
],
"relate_id": [
{
"dwd_table": "dwd_refund",
"dwd_col": "relate_id",
"cast": null,
"note": "同名直传"
}
],
"pay_amount": [
{
"dwd_table": "dwd_refund",
"dwd_col": "pay_amount",
"cast": null,
"note": "同名直传"
}
],
"channel_fee": [
{
"dwd_table": "dwd_refund",
"dwd_col": "channel_fee",
"cast": null,
"note": "同名直传"
}
],
"pay_time": [
{
"dwd_table": "dwd_refund",
"dwd_col": "pay_time",
"cast": null,
"note": "同名直传"
}
],
"create_time": [
{
"dwd_table": "dwd_refund",
"dwd_col": "create_time",
"cast": null,
"note": "同名直传"
}
],
"payment_method": [
{
"dwd_table": "dwd_refund",
"dwd_col": "payment_method",
"cast": null,
"note": "同名直传"
}
],
"member_id": [
{
"dwd_table": "dwd_refund",
"dwd_col": "member_id",
"cast": null,
"note": "同名直传"
}
],
"member_card_id": [
{
"dwd_table": "dwd_refund",
"dwd_col": "member_card_id",
"cast": null,
"note": "同名直传"
}
],
"tenantname": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "tenant_name",
"cast": null,
"note": "字段重命名"
}
],
"pay_sn": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "pay_sn",
"cast": null,
"note": "同名直传"
}
],
"refund_amount": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "refund_amount",
"cast": null,
"note": "同名直传"
}
],
"round_amount": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "round_amount",
"cast": null,
"note": "同名直传"
}
],
"balance_frozen_amount": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "balance_frozen_amount",
"cast": null,
"note": "同名直传"
}
],
"card_frozen_amount": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "card_frozen_amount",
"cast": null,
"note": "同名直传"
}
],
"pay_status": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "pay_status",
"cast": null,
"note": "同名直传"
}
],
"action_type": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "action_type",
"cast": null,
"note": "同名直传"
}
],
"is_revoke": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "is_revoke",
"cast": null,
"note": "同名直传"
}
],
"is_delete": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "is_delete",
"cast": null,
"note": "同名直传"
}
],
"check_status": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "check_status",
"cast": null,
"note": "同名直传"
}
],
"online_pay_channel": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "online_pay_channel",
"cast": null,
"note": "同名直传"
}
],
"online_pay_type": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "online_pay_type",
"cast": null,
"note": "同名直传"
}
],
"pay_terminal": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "pay_terminal",
"cast": null,
"note": "同名直传"
}
],
"pay_config_id": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "pay_config_id",
"cast": null,
"note": "同名直传"
}
],
"cashier_point_id": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "cashier_point_id",
"cast": null,
"note": "同名直传"
}
],
"operator_id": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "operator_id",
"cast": null,
"note": "同名直传"
}
],
"channel_payer_id": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "channel_payer_id",
"cast": null,
"note": ""
}
],
"channel_pay_no": [
{
"dwd_table": "dwd_refund_ex",
"dwd_col": "channel_pay_no",
"cast": null,
"note": ""
}
]
},
"dwd_to_ods": {
"dwd_refund": [
{
"dwd_col": "refund_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "tenant_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "site_id",
"type": "bigint",
"ods_source": "site_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "relate_type",
"type": "integer",
"ods_source": "relate_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "relate_id",
"type": "bigint",
"ods_source": "relate_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "pay_amount",
"type": "numeric",
"ods_source": "pay_amount",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "channel_fee",
"type": "numeric",
"ods_source": "channel_fee",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "pay_time",
"type": "timestamp with time zone",
"ods_source": "pay_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "create_time",
"type": "timestamp with time zone",
"ods_source": "create_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "payment_method",
"type": "integer",
"ods_source": "payment_method",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "member_id",
"type": "bigint",
"ods_source": "member_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "member_card_id",
"type": "bigint",
"ods_source": "member_card_id",
"mapping_type": "直接",
"note": "同名直传"
}
],
"dwd_refund_ex": [
{
"dwd_col": "refund_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "tenant_name",
"type": "character varying",
"ods_source": "tenantname",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "pay_sn",
"type": "bigint",
"ods_source": "pay_sn",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "refund_amount",
"type": "numeric",
"ods_source": "refund_amount",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "round_amount",
"type": "numeric",
"ods_source": "round_amount",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "balance_frozen_amount",
"type": "numeric",
"ods_source": "balance_frozen_amount",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "card_frozen_amount",
"type": "numeric",
"ods_source": "card_frozen_amount",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "pay_status",
"type": "integer",
"ods_source": "pay_status",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "action_type",
"type": "integer",
"ods_source": "action_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "is_revoke",
"type": "integer",
"ods_source": "is_revoke",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "is_delete",
"type": "integer",
"ods_source": "is_delete",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "check_status",
"type": "integer",
"ods_source": "check_status",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "online_pay_channel",
"type": "integer",
"ods_source": "online_pay_channel",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "online_pay_type",
"type": "integer",
"ods_source": "online_pay_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "pay_terminal",
"type": "integer",
"ods_source": "pay_terminal",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "pay_config_id",
"type": "integer",
"ods_source": "pay_config_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "cashier_point_id",
"type": "integer",
"ods_source": "cashier_point_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "operator_id",
"type": "bigint",
"ods_source": "operator_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "channel_payer_id",
"type": "character varying",
"ods_source": "channel_payer_id",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "channel_pay_no",
"type": "character varying",
"ods_source": "channel_pay_no",
"mapping_type": "直接",
"note": ""
}
]
}
}

View File

@@ -1,667 +0,0 @@
{
"ods_table": "site_tables_master",
"anchors": {
"api": "api-site-tables-master",
"ods": "ods-site-tables-master",
"dwd": {
"dim_table": "dwd-dim-table",
"dim_table_ex": "dwd-dim-table-ex"
}
},
"json_to_ods": [
{
"json_path": "id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "order_id",
"ods_col": "order_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "audit_status",
"ods_col": "audit_status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "charge_free",
"ods_col": "charge_free",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "self_table",
"ods_col": "self_table",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "create_time",
"ods_col": "create_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "is_rest_area",
"ods_col": "is_rest_area",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "light_status",
"ods_col": "light_status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "show_status",
"ods_col": "show_status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "site_id",
"ods_col": "site_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "site_table_area_id",
"ods_col": "site_table_area_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "table_cloth_use_time",
"ods_col": "table_cloth_use_time",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "table_cloth_use_Cycle",
"ods_col": "table_cloth_use_cycle",
"match_type": "case_insensitive",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "virtual_table",
"ods_col": "virtual_table",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "table_name",
"ods_col": "table_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "table_price",
"ods_col": "table_price",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "table_status",
"ods_col": "table_status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "areaName",
"ods_col": "areaname",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteName",
"ods_col": "sitename",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "tableStatusName",
"ods_col": "tablestatusname",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "appletQrCodeUrl",
"ods_col": "appletqrcodeurl",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "only_allow_groupon",
"ods_col": "only_allow_groupon",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "delay_lights_time",
"ods_col": "delay_lights_time",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "order_delay_time",
"ods_col": "order_delay_time",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "temporary_light_second",
"ods_col": "temporary_light_second",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "is_online_reservation",
"ods_col": "is_online_reservation",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"id": [
{
"dwd_table": "dim_table",
"dwd_col": "table_id",
"cast": null,
"note": "字段重命名"
},
{
"dwd_table": "dim_table_ex",
"dwd_col": "table_id",
"cast": null,
"note": "字段重命名"
}
],
"site_id": [
{
"dwd_table": "dim_table",
"dwd_col": "site_id",
"cast": null,
"note": "同名直传"
}
],
"table_name": [
{
"dwd_table": "dim_table",
"dwd_col": "table_name",
"cast": null,
"note": "同名直传"
}
],
"site_table_area_id": [
{
"dwd_table": "dim_table",
"dwd_col": "site_table_area_id",
"cast": null,
"note": "同名直传"
},
{
"dwd_table": "dim_table",
"dwd_col": "tenant_table_area_id",
"cast": null,
"note": "字段重命名"
}
],
"areaname": [
{
"dwd_table": "dim_table",
"dwd_col": "site_table_area_name",
"cast": null,
"note": "字段重命名"
}
],
"table_price": [
{
"dwd_table": "dim_table",
"dwd_col": "table_price",
"cast": null,
"note": "同名直传"
}
],
"order_id": [
{
"dwd_table": "dim_table",
"dwd_col": "order_id",
"cast": null,
"note": ""
}
],
"show_status": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "show_status",
"cast": null,
"note": "同名直传"
}
],
"is_online_reservation": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "is_online_reservation",
"cast": null,
"note": "同名直传"
}
],
"table_cloth_use_time": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "table_cloth_use_time",
"cast": null,
"note": ""
}
],
"table_cloth_use_cycle": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "table_cloth_use_cycle",
"cast": null,
"note": "同名直传"
}
],
"table_status": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "table_status",
"cast": null,
"note": "同名直传"
}
],
"create_time": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "create_time",
"cast": null,
"note": ""
}
],
"light_status": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "light_status",
"cast": null,
"note": ""
}
],
"tablestatusname": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "tablestatusname",
"cast": null,
"note": ""
}
],
"sitename": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "sitename",
"cast": null,
"note": ""
}
],
"audit_status": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "audit_status",
"cast": null,
"note": ""
}
],
"charge_free": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "charge_free",
"cast": null,
"note": ""
}
],
"delay_lights_time": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "delay_lights_time",
"cast": null,
"note": ""
}
],
"is_rest_area": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "is_rest_area",
"cast": null,
"note": ""
}
],
"only_allow_groupon": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "only_allow_groupon",
"cast": null,
"note": ""
}
],
"order_delay_time": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "order_delay_time",
"cast": null,
"note": ""
}
],
"self_table": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "self_table",
"cast": null,
"note": ""
}
],
"temporary_light_second": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "temporary_light_second",
"cast": null,
"note": ""
}
],
"virtual_table": [
{
"dwd_table": "dim_table_ex",
"dwd_col": "virtual_table",
"cast": null,
"note": ""
}
]
},
"dwd_to_ods": {
"dim_table": [
{
"dwd_col": "table_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "site_id",
"type": "bigint",
"ods_source": "site_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "table_name",
"type": "text",
"ods_source": "table_name",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "site_table_area_id",
"type": "bigint",
"ods_source": "site_table_area_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "site_table_area_name",
"type": "text",
"ods_source": "areaname",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "tenant_table_area_id",
"type": "bigint",
"ods_source": "site_table_area_id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "table_price",
"type": "numeric",
"ods_source": "table_price",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "order_id",
"type": "bigint",
"ods_source": "order_id",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "scd2_start_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_end_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_is_current",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_version",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
}
],
"dim_table_ex": [
{
"dwd_col": "table_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "show_status",
"type": "integer",
"ods_source": "show_status",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "is_online_reservation",
"type": "integer",
"ods_source": "is_online_reservation",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "table_cloth_use_time",
"type": "integer",
"ods_source": "table_cloth_use_time",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "table_cloth_use_cycle",
"type": "integer",
"ods_source": "table_cloth_use_cycle",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "table_status",
"type": "integer",
"ods_source": "table_status",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "scd2_start_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_end_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_is_current",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_version",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "create_time",
"type": "timestamp with time zone",
"ods_source": "create_time",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "light_status",
"type": "integer",
"ods_source": "light_status",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "tablestatusname",
"type": "text",
"ods_source": "tablestatusname",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "sitename",
"type": "text",
"ods_source": "sitename",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "applet_qr_code_url",
"type": "text",
"ods_source": "—",
"mapping_type": "—",
"note": "未显式映射"
},
{
"dwd_col": "audit_status",
"type": "integer",
"ods_source": "audit_status",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "charge_free",
"type": "integer",
"ods_source": "charge_free",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "delay_lights_time",
"type": "integer",
"ods_source": "delay_lights_time",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "is_rest_area",
"type": "integer",
"ods_source": "is_rest_area",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "only_allow_groupon",
"type": "integer",
"ods_source": "only_allow_groupon",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "order_delay_time",
"type": "integer",
"ods_source": "order_delay_time",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "self_table",
"type": "integer",
"ods_source": "self_table",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "temporary_light_second",
"type": "integer",
"ods_source": "temporary_light_second",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "virtual_table",
"type": "integer",
"ods_source": "virtual_table",
"mapping_type": "直接",
"note": ""
}
]
}
}

View File

@@ -1,350 +0,0 @@
{
"ods_table": "stock_goods_category_tree",
"anchors": {
"api": "api-stock-goods-category-tree",
"ods": "ods-stock-goods-category-tree",
"dwd": {
"dim_goods_category": "dwd-dim-goods-category"
}
},
"json_to_ods": [
{
"json_path": "id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "category_name",
"ods_col": "category_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "alias_name",
"ods_col": "alias_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "pid",
"ods_col": "pid",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "business_name",
"ods_col": "business_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_goods_business_id",
"ods_col": "tenant_goods_business_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "open_salesman",
"ods_col": "open_salesman",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "categoryBoxes[].id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "categoryBoxes[].tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "categoryBoxes[].category_name",
"ods_col": "category_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "categoryBoxes[].alias_name",
"ods_col": "alias_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "categoryBoxes[].pid",
"ods_col": "pid",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "categoryBoxes[].business_name",
"ods_col": "business_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "categoryBoxes[].tenant_goods_business_id",
"ods_col": "tenant_goods_business_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "categoryBoxes[].open_salesman",
"ods_col": "open_salesman",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "categoryBoxes[].sort",
"ods_col": "sort",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "categoryBoxes[].is_warehousing",
"ods_col": "is_warehousing",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "sort",
"ods_col": "sort",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "is_warehousing",
"ods_col": "is_warehousing",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"id": [
{
"dwd_table": "dim_goods_category",
"dwd_col": "category_id",
"cast": null,
"note": "字段重命名"
}
],
"tenant_id": [
{
"dwd_table": "dim_goods_category",
"dwd_col": "tenant_id",
"cast": null,
"note": ""
}
],
"category_name": [
{
"dwd_table": "dim_goods_category",
"dwd_col": "category_name",
"cast": null,
"note": ""
}
],
"alias_name": [
{
"dwd_table": "dim_goods_category",
"dwd_col": "alias_name",
"cast": null,
"note": ""
}
],
"pid": [
{
"dwd_table": "dim_goods_category",
"dwd_col": "parent_category_id",
"cast": null,
"note": "字段重命名"
}
],
"business_name": [
{
"dwd_table": "dim_goods_category",
"dwd_col": "business_name",
"cast": null,
"note": ""
}
],
"tenant_goods_business_id": [
{
"dwd_table": "dim_goods_category",
"dwd_col": "tenant_goods_business_id",
"cast": null,
"note": ""
}
],
"open_salesman": [
{
"dwd_table": "dim_goods_category",
"dwd_col": "open_salesman",
"cast": null,
"note": ""
}
],
"sort": [
{
"dwd_table": "dim_goods_category",
"dwd_col": "sort_order",
"cast": null,
"note": "字段重命名"
}
],
"is_warehousing": [
{
"dwd_table": "dim_goods_category",
"dwd_col": "is_warehousing",
"cast": null,
"note": ""
}
]
},
"dwd_to_ods": {
"dim_goods_category": [
{
"dwd_col": "category_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "tenant_id",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "category_name",
"type": "character varying",
"ods_source": "category_name",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "alias_name",
"type": "character varying",
"ods_source": "alias_name",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "parent_category_id",
"type": "bigint",
"ods_source": "pid",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "business_name",
"type": "character varying",
"ods_source": "business_name",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "tenant_goods_business_id",
"type": "bigint",
"ods_source": "tenant_goods_business_id",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "category_level",
"type": "integer",
"ods_source": "CASE WHEN pid = 0 THEN 1 ELSE 2 END",
"mapping_type": "直接",
"note": "派生计算"
},
{
"dwd_col": "is_leaf",
"type": "integer",
"ods_source": "CASE WHEN categoryboxes IS NULL OR jsonb_array_length(categoryboxes)=0 THEN 1 ELSE 0 END",
"mapping_type": "直接",
"note": "派生计算"
},
{
"dwd_col": "open_salesman",
"type": "integer",
"ods_source": "open_salesman",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "sort_order",
"type": "integer",
"ods_source": "sort",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "is_warehousing",
"type": "integer",
"ods_source": "is_warehousing",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "scd2_start_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_end_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_is_current",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_version",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
}
]
}
}

View File

@@ -1,829 +0,0 @@
{
"ods_table": "table_fee_discount_records",
"anchors": {
"api": "api-table-fee-discount-records",
"ods": "ods-table-fee-discount-records",
"dwd": {
"dwd_table_fee_adjust": "dwd-dwd-table-fee-adjust",
"dwd_table_fee_adjust_ex": "dwd-dwd-table-fee-adjust-ex"
}
},
"json_to_ods": [
{
"json_path": "tableProfile.id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tableProfile.tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tableProfile.tenant_name",
"ods_col": "tenant_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "tableProfile.siteName",
"ods_col": "sitename",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "tableProfile.table_name",
"ods_col": "table_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "tableProfile.site_table_area_id",
"ods_col": "site_table_area_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tableProfile.area_type_id",
"ods_col": "area_type_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tableProfile.table_price",
"ods_col": "table_price",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "tableProfile.ewelink_client_id",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "tableProfile.site_table_area_name",
"ods_col": "site_table_area_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "tableProfile.charge_free",
"ods_col": "charge_free",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.org_id",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.shop_name",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.avatar",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.business_tel",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.full_address",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.address",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.longitude",
"ods_col": null,
"match_type": "unmapped",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.latitude",
"ods_col": null,
"match_type": "unmapped",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.tenant_site_region_id",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.auto_light",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.attendance_distance",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.wifi_name",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.wifi_password",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.customer_service_qrcode",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.customer_service_wechat",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.fixed_pay_qrCode",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.prod_env",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_status",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_type",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.site_type",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.light_token",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.site_label",
"ods_col": null,
"match_type": "unmapped",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.attendance_enabled",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "siteProfile.shop_status",
"ods_col": null,
"match_type": "unmapped",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "adjust_type",
"ods_col": "adjust_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "applicant_id",
"ods_col": "applicant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "applicant_name",
"ods_col": "applicant_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "create_time",
"ods_col": "create_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "is_delete",
"ods_col": "is_delete",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "ledger_amount",
"ods_col": "ledger_amount",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "ledger_count",
"ods_col": "ledger_count",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "ledger_name",
"ods_col": "ledger_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "ledger_status",
"ods_col": "ledger_status",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "operator_id",
"ods_col": "operator_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "operator_name",
"ods_col": "operator_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "order_settle_id",
"ods_col": "order_settle_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "order_trade_no",
"ods_col": "order_trade_no",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "site_id",
"ods_col": "site_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "site_table_id",
"ods_col": "site_table_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_table_area_id",
"ods_col": "tenant_table_area_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
}
],
"ods_to_dwd": {
"id": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "table_fee_adjust_id",
"cast": null,
"note": "字段重命名"
},
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "table_fee_adjust_id",
"cast": null,
"note": "字段重命名"
}
],
"order_trade_no": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "order_trade_no",
"cast": null,
"note": "同名直传"
}
],
"order_settle_id": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "order_settle_id",
"cast": null,
"note": "同名直传"
}
],
"tenant_id": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "tenant_id",
"cast": null,
"note": "同名直传"
}
],
"site_id": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "site_id",
"cast": null,
"note": "同名直传"
}
],
"site_table_id": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "table_id",
"cast": null,
"note": "字段重命名"
}
],
"tenant_table_area_id": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "table_area_id",
"cast": null,
"note": "字段重命名"
},
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "tenant_table_area_id",
"cast": null,
"note": "同名直传"
}
],
"ledger_amount": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "ledger_amount",
"cast": null,
"note": "同名直传"
}
],
"ledger_status": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "ledger_status",
"cast": null,
"note": "同名直传"
}
],
"is_delete": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "is_delete",
"cast": null,
"note": "同名直传"
}
],
"create_time": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "adjust_time",
"cast": null,
"note": "字段重命名"
}
],
"table_name": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "table_name",
"cast": null,
"note": ""
}
],
"table_price": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "table_price",
"cast": null,
"note": ""
}
],
"charge_free": [
{
"dwd_table": "dwd_table_fee_adjust",
"dwd_col": "charge_free",
"cast": "boolean",
"note": ""
}
],
"adjust_type": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "adjust_type",
"cast": null,
"note": "同名直传"
}
],
"ledger_count": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "ledger_count",
"cast": null,
"note": "同名直传"
}
],
"ledger_name": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "ledger_name",
"cast": null,
"note": ""
}
],
"applicant_name": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "applicant_name",
"cast": null,
"note": "同名直传"
}
],
"operator_name": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "operator_name",
"cast": null,
"note": "同名直传"
}
],
"applicant_id": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "applicant_id",
"cast": null,
"note": "同名直传"
}
],
"operator_id": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "operator_id",
"cast": null,
"note": "同名直传"
}
],
"area_type_id": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "area_type_id",
"cast": null,
"note": ""
}
],
"site_table_area_id": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "site_table_area_id",
"cast": null,
"note": ""
}
],
"site_table_area_name": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "site_table_area_name",
"cast": null,
"note": ""
}
],
"sitename": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "site_name",
"cast": null,
"note": "字段重命名"
}
],
"tenant_name": [
{
"dwd_table": "dwd_table_fee_adjust_ex",
"dwd_col": "tenant_name",
"cast": null,
"note": ""
}
]
},
"dwd_to_ods": {
"dwd_table_fee_adjust": [
{
"dwd_col": "table_fee_adjust_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "order_trade_no",
"type": "bigint",
"ods_source": "order_trade_no",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "order_settle_id",
"type": "bigint",
"ods_source": "order_settle_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "tenant_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "site_id",
"type": "bigint",
"ods_source": "site_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "table_id",
"type": "bigint",
"ods_source": "site_table_id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "table_area_id",
"type": "bigint",
"ods_source": "tenant_table_area_id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "table_area_name",
"type": "character varying",
"ods_source": "tableprofile->>'table_area_name'",
"mapping_type": "直接",
"note": "JSONB 提取"
},
{
"dwd_col": "tenant_table_area_id",
"type": "bigint",
"ods_source": "tenant_table_area_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "ledger_amount",
"type": "numeric",
"ods_source": "ledger_amount",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "ledger_status",
"type": "integer",
"ods_source": "ledger_status",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "is_delete",
"type": "integer",
"ods_source": "is_delete",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "adjust_time",
"type": "timestamp with time zone",
"ods_source": "create_time",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "table_name",
"type": "text",
"ods_source": "table_name",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "table_price",
"type": "numeric",
"ods_source": "table_price",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "charge_free",
"type": "boolean",
"ods_source": "charge_free",
"mapping_type": "→ boolean",
"note": ""
}
],
"dwd_table_fee_adjust_ex": [
{
"dwd_col": "table_fee_adjust_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "adjust_type",
"type": "integer",
"ods_source": "adjust_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "ledger_count",
"type": "integer",
"ods_source": "ledger_count",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "ledger_name",
"type": "character varying",
"ods_source": "ledger_name",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "applicant_name",
"type": "character varying",
"ods_source": "applicant_name",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "operator_name",
"type": "character varying",
"ods_source": "operator_name",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "applicant_id",
"type": "bigint",
"ods_source": "applicant_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "operator_id",
"type": "bigint",
"ods_source": "operator_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "area_type_id",
"type": "bigint",
"ods_source": "area_type_id",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "site_table_area_id",
"type": "bigint",
"ods_source": "site_table_area_id",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "site_table_area_name",
"type": "text",
"ods_source": "site_table_area_name",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "site_name",
"type": "text",
"ods_source": "sitename",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "tenant_name",
"type": "text",
"ods_source": "tenant_name",
"mapping_type": "直接",
"note": ""
}
]
}
}

View File

@@ -1,792 +0,0 @@
{
"ods_table": "tenant_goods_master",
"anchors": {
"api": "api-tenant-goods-master",
"ods": "ods-tenant-goods-master",
"dwd": {
"dim_tenant_goods": "dwd-dim-tenant-goods",
"dim_tenant_goods_ex": "dwd-dim-tenant-goods-ex"
}
},
"json_to_ods": [
{
"json_path": "categoryName",
"ods_col": "categoryname",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "isInSite",
"ods_col": "isinsite",
"match_type": "case_insensitive",
"json_type": "boolean",
"occurrence_pct": 100.0
},
{
"json_path": "commodityCode[]",
"ods_col": "commoditycode",
"match_type": "case_insensitive",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "id",
"ods_col": "id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "able_discount",
"ods_col": "able_discount",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "able_site_transfer",
"ods_col": "able_site_transfer",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "commodity_code",
"ods_col": "commodity_code",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "common_sale_royalty",
"ods_col": "common_sale_royalty",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "cost_price",
"ods_col": "cost_price",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "cost_price_type",
"ods_col": "cost_price_type",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "create_time",
"ods_col": "create_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "goods_bar_code",
"ods_col": "goods_bar_code",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "goods_category_id",
"ods_col": "goods_category_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "goods_cover",
"ods_col": "goods_cover",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "goods_name",
"ods_col": "goods_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "goods_number",
"ods_col": "goods_number",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "goods_second_category_id",
"ods_col": "goods_second_category_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "goods_state",
"ods_col": "goods_state",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "is_delete",
"ods_col": "is_delete",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "is_warehousing",
"ods_col": "is_warehousing",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "market_price",
"ods_col": "market_price",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "min_discount_price",
"ods_col": "min_discount_price",
"match_type": "exact",
"json_type": "number",
"occurrence_pct": 100.0
},
{
"json_path": "not_sale",
"ods_col": "not_sale",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "out_goods_id",
"ods_col": "out_goods_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "pinyin_initial",
"ods_col": "pinyin_initial",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "point_sale_royalty",
"ods_col": "point_sale_royalty",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "remark_name",
"ods_col": "remark_name",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "sale_channel",
"ods_col": "sale_channel",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "supplier_id",
"ods_col": "supplier_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "tenant_id",
"ods_col": "tenant_id",
"match_type": "exact",
"json_type": "integer",
"occurrence_pct": 100.0
},
{
"json_path": "unit",
"ods_col": "unit",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 100.0
},
{
"json_path": "update_time",
"ods_col": "update_time",
"match_type": "exact",
"json_type": "string",
"occurrence_pct": 83.3
}
],
"ods_to_dwd": {
"id": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "tenant_goods_id",
"cast": null,
"note": "字段重命名"
},
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "tenant_goods_id",
"cast": null,
"note": "字段重命名"
}
],
"tenant_id": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "tenant_id",
"cast": null,
"note": "同名直传"
}
],
"supplier_id": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "supplier_id",
"cast": null,
"note": "同名直传"
}
],
"categoryname": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "category_name",
"cast": null,
"note": "字段重命名"
}
],
"goods_category_id": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "goods_category_id",
"cast": null,
"note": "同名直传"
}
],
"goods_second_category_id": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "goods_second_category_id",
"cast": null,
"note": "同名直传"
}
],
"goods_name": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "goods_name",
"cast": null,
"note": "同名直传"
}
],
"goods_number": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "goods_number",
"cast": null,
"note": "同名直传"
}
],
"unit": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "unit",
"cast": null,
"note": "同名直传"
}
],
"market_price": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "market_price",
"cast": null,
"note": "同名直传"
}
],
"goods_state": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "goods_state",
"cast": null,
"note": "同名直传"
}
],
"create_time": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "create_time",
"cast": null,
"note": "同名直传"
}
],
"update_time": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "update_time",
"cast": null,
"note": "同名直传"
}
],
"is_delete": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "is_delete",
"cast": null,
"note": "同名直传"
}
],
"not_sale": [
{
"dwd_table": "dim_tenant_goods",
"dwd_col": "not_sale",
"cast": null,
"note": ""
}
],
"remark_name": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "remark_name",
"cast": null,
"note": ""
}
],
"pinyin_initial": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "pinyin_initial",
"cast": null,
"note": "同名直传"
}
],
"goods_cover": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "goods_cover",
"cast": null,
"note": "同名直传"
}
],
"goods_bar_code": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "goods_bar_code",
"cast": null,
"note": ""
}
],
"commodity_code": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "commodity_code",
"cast": null,
"note": "同名直传"
},
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "commodity_code_list",
"cast": null,
"note": "字段重命名"
}
],
"min_discount_price": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "min_discount_price",
"cast": null,
"note": "同名直传"
}
],
"cost_price": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "cost_price",
"cast": null,
"note": "同名直传"
}
],
"cost_price_type": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "cost_price_type",
"cast": null,
"note": "同名直传"
}
],
"able_discount": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "able_discount",
"cast": null,
"note": "同名直传"
}
],
"sale_channel": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "sale_channel",
"cast": null,
"note": "同名直传"
}
],
"is_warehousing": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "is_warehousing",
"cast": null,
"note": "同名直传"
}
],
"isinsite": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "is_in_site",
"cast": "boolean",
"note": "字段重命名"
}
],
"able_site_transfer": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "able_site_transfer",
"cast": null,
"note": "同名直传"
}
],
"common_sale_royalty": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "common_sale_royalty",
"cast": null,
"note": "同名直传"
}
],
"point_sale_royalty": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "point_sale_royalty",
"cast": null,
"note": "同名直传"
}
],
"out_goods_id": [
{
"dwd_table": "dim_tenant_goods_ex",
"dwd_col": "out_goods_id",
"cast": null,
"note": "同名直传"
}
]
},
"dwd_to_ods": {
"dim_tenant_goods": [
{
"dwd_col": "tenant_goods_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "tenant_id",
"type": "bigint",
"ods_source": "tenant_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "supplier_id",
"type": "bigint",
"ods_source": "supplier_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "category_name",
"type": "character varying",
"ods_source": "categoryname",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "goods_category_id",
"type": "bigint",
"ods_source": "goods_category_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "goods_second_category_id",
"type": "bigint",
"ods_source": "goods_second_category_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "goods_name",
"type": "character varying",
"ods_source": "goods_name",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "goods_number",
"type": "character varying",
"ods_source": "goods_number",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "unit",
"type": "character varying",
"ods_source": "unit",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "market_price",
"type": "numeric",
"ods_source": "market_price",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "goods_state",
"type": "integer",
"ods_source": "goods_state",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "create_time",
"type": "timestamp with time zone",
"ods_source": "create_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "update_time",
"type": "timestamp with time zone",
"ods_source": "update_time",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "is_delete",
"type": "integer",
"ods_source": "is_delete",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "not_sale",
"type": "integer",
"ods_source": "not_sale",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "scd2_start_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_end_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_is_current",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_version",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
}
],
"dim_tenant_goods_ex": [
{
"dwd_col": "tenant_goods_id",
"type": "bigint",
"ods_source": "id",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "remark_name",
"type": "character varying",
"ods_source": "remark_name",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "pinyin_initial",
"type": "character varying",
"ods_source": "pinyin_initial",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "goods_cover",
"type": "character varying",
"ods_source": "goods_cover",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "goods_bar_code",
"type": "character varying",
"ods_source": "goods_bar_code",
"mapping_type": "直接",
"note": ""
},
{
"dwd_col": "commodity_code",
"type": "character varying",
"ods_source": "commodity_code",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "commodity_code_list",
"type": "character varying",
"ods_source": "commodity_code",
"mapping_type": "直接",
"note": "字段重命名"
},
{
"dwd_col": "min_discount_price",
"type": "numeric",
"ods_source": "min_discount_price",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "cost_price",
"type": "numeric",
"ods_source": "cost_price",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "cost_price_type",
"type": "integer",
"ods_source": "cost_price_type",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "able_discount",
"type": "integer",
"ods_source": "able_discount",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "sale_channel",
"type": "integer",
"ods_source": "sale_channel",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "is_warehousing",
"type": "integer",
"ods_source": "is_warehousing",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "is_in_site",
"type": "boolean",
"ods_source": "isinsite",
"mapping_type": "→ boolean",
"note": "字段重命名"
},
{
"dwd_col": "able_site_transfer",
"type": "integer",
"ods_source": "able_site_transfer",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "common_sale_royalty",
"type": "integer",
"ods_source": "common_sale_royalty",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "point_sale_royalty",
"type": "integer",
"ods_source": "point_sale_royalty",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "out_goods_id",
"type": "bigint",
"ods_source": "out_goods_id",
"mapping_type": "直接",
"note": "同名直传"
},
{
"dwd_col": "scd2_start_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_end_time",
"type": "timestamp with time zone",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_is_current",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
},
{
"dwd_col": "scd2_version",
"type": "integer",
"ods_source": "—",
"mapping_type": "SCD2",
"note": "SCD2 元数据"
}
]
}
}

View File

@@ -1,480 +0,0 @@
{
"table": "assistant_cancellation_records",
"total_records": 78,
"fields": [
{
"path": "siteProfile.id",
"json_type": "integer",
"sample": "2790685415443269",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"2790685415443269"
]
},
{
"path": "siteProfile.org_id",
"json_type": "integer",
"sample": "2790684179467077",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"2790684179467077"
]
},
{
"path": "siteProfile.shop_name",
"json_type": "string",
"sample": "朗朗桌球",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"朗朗桌球"
]
},
{
"path": "siteProfile.avatar",
"json_type": "string",
"sample": "https://oss.ficoo.vip/admin/hXcE4E_1752495052016.jpg",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"https://oss.ficoo.vip/admin/hXcE4E_1752495052016.jpg"
]
},
{
"path": "siteProfile.business_tel",
"json_type": "string",
"sample": "13316068642",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"13316068642"
]
},
{
"path": "siteProfile.full_address",
"json_type": "string",
"sample": "广东省广州市天河区丽阳街12号",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"广东省广州市天河区丽阳街12号"
]
},
{
"path": "siteProfile.address",
"json_type": "string",
"sample": "广东省广州市天河区天园街道朗朗桌球",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"广东省广州市天河区天园街道朗朗桌球"
]
},
{
"path": "siteProfile.longitude",
"json_type": "number",
"sample": "113.360321",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"113.360321"
]
},
{
"path": "siteProfile.latitude",
"json_type": "number",
"sample": "23.133629",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"23.133629"
]
},
{
"path": "siteProfile.tenant_site_region_id",
"json_type": "integer",
"sample": "156440100",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"156440100"
]
},
{
"path": "siteProfile.tenant_id",
"json_type": "integer",
"sample": "2790683160709957",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"2790683160709957"
]
},
{
"path": "siteProfile.auto_light",
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"1"
]
},
{
"path": "siteProfile.attendance_distance",
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"0"
]
},
{
"path": "siteProfile.wifi_name",
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": []
},
{
"path": "siteProfile.wifi_password",
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": []
},
{
"path": "siteProfile.customer_service_qrcode",
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": []
},
{
"path": "siteProfile.customer_service_wechat",
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": []
},
{
"path": "siteProfile.fixed_pay_qrCode",
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": []
},
{
"path": "siteProfile.prod_env",
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"1"
]
},
{
"path": "siteProfile.light_status",
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"1"
]
},
{
"path": "siteProfile.light_type",
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"0"
]
},
{
"path": "siteProfile.site_type",
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"1"
]
},
{
"path": "siteProfile.light_token",
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": []
},
{
"path": "siteProfile.site_label",
"json_type": "string",
"sample": "A",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"A"
]
},
{
"path": "siteProfile.attendance_enabled",
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"1"
]
},
{
"path": "siteProfile.shop_status",
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 78,
"total_records": 78,
"samples": [
"1"
]
},
{
"path": "createTime",
"json_type": "string",
"sample": "2026-01-29 02:47:00",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": [
"2026-01-29 02:47:00",
"2026-01-28 02:19:55",
"2026-01-25 00:27:57",
"2026-01-22 08:15:32",
"2026-01-21 19:20:48",
"2026-01-18 03:55:40",
"2026-01-16 22:13:16",
"2026-01-15 19:40:27"
]
},
{
"path": "id",
"json_type": "integer",
"sample": "3071358041819077",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": [
"3071358041819077",
"3069915840121925",
"3065559038266181",
"3061771962043973",
"3061771960880709",
"3061771962486341",
"3061771963567685",
"3061010362977861"
]
},
{
"path": "siteId",
"json_type": "integer",
"sample": "2790685415443269",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": [
"2790685415443269"
]
},
{
"path": "tableAreaId",
"json_type": "integer",
"sample": "2791963887030341",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": [
"2791963887030341",
"2956246442462533",
"2791963794329671",
"2791963816579205",
"2942056024575749",
"2791963855982661",
"2791963825803397",
"2791963836207173"
]
},
{
"path": "tableId",
"json_type": "integer",
"sample": "2793023960600645",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": [
"2793023960600645",
"2793023960682565",
"2793023960551493",
"2956248279567557",
"2793003806953541",
"2793017278632069",
"2942056832061125",
"2793022145302597"
]
},
{
"path": "tableArea",
"json_type": "string",
"sample": "麻将房",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": [
"麻将房",
"发财",
"A区",
"C区",
"M7",
"K包",
"VIP包厢",
"斯诺克区"
]
},
{
"path": "tableName",
"json_type": "string",
"sample": "M2",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": [
"M2",
"M4",
"1",
"发财",
"A18",
"C6",
"M7",
"888"
]
},
{
"path": "assistantOn",
"json_type": "string",
"sample": "6",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": [
"6",
"15",
"4",
"18",
"23",
"9",
"21",
"2"
]
},
{
"path": "assistantName",
"json_type": "string",
"sample": "乔西",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": [
"乔西",
"七七",
"璇子",
"涛涛",
"婉婉",
"球球",
"年糕",
"佳怡"
]
},
{
"path": "pdChargeMinutes",
"json_type": "integer",
"sample": "3600",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": [
"3600",
"3390",
"0",
"4959",
"10800",
"27791",
"555",
"364"
]
},
{
"path": "assistantAbolishAmount",
"json_type": "number",
"sample": "190.0",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": [
"190.0",
"101.7",
"0.0",
"190.1",
"570.0",
"833.73",
"15.11",
"10.92"
]
},
{
"path": "trashReason",
"json_type": "string",
"sample": "",
"depth": 0,
"occurrence": 78,
"total_records": 78,
"samples": []
}
]
}

View File

@@ -5,49 +5,49 @@
{
"path": "assistantNo",
"json_type": "string",
"sample": "15",
"sample": "66",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"66",
"15",
"21",
"1",
"2",
"11",
"37",
"9",
"4"
"9"
]
},
{
"path": "nickname",
"json_type": "string",
"sample": "七七",
"sample": "小柳",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"小柳",
"七七",
"年糕",
"小燕",
"佳怡",
"千千",
"阿清",
"球球",
"璇子"
"球球"
]
},
{
"path": "levelName",
"json_type": "string",
"sample": "级",
"sample": "级",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"中级",
"初级",
"中级",
"星级",
"高级"
]
@@ -67,37 +67,37 @@
{
"path": "assistantName",
"json_type": "string",
"sample": "邹绮",
"sample": "黄月柳",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"黄月柳",
"邹绮",
"李艳",
"李小燕",
"陈嘉怡",
"张芳梅",
"梁坚锖",
"胡敏",
"谭璇"
"胡敏"
]
},
{
"path": "tableName",
"json_type": "string",
"sample": "发财",
"sample": "M7",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"M7",
"VIP3",
"补时长7",
"发财",
"666",
"C5",
"S1",
"TV",
"VIP5",
"M5",
"A1"
"TV"
]
},
{
@@ -390,37 +390,37 @@
{
"path": "id",
"json_type": "integer",
"sample": "3092712427276485",
"sample": "3109446446433861",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3109446446433861",
"3109446445893189",
"3109446445237829",
"3109116944991813",
"3092712427276485",
"3091323705821317",
"3091115886692677",
"3090827615127877",
"3090739976226949",
"3090257805610309",
"3090257805102405",
"3089721510071749"
"3090827615127877"
]
},
{
"path": "order_trade_no",
"json_type": "integer",
"sample": "3092230766020741",
"sample": "3109110800598597",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3109110800598597",
"3109110753642053",
"3109111326426629",
"3092230766020741",
"3091018769713413",
"3090862690715909",
"3090742856632581",
"3090601961359621",
"3089320298319045",
"3089223699680453",
"3089415923404101"
"3090601961359621"
]
},
{
@@ -470,37 +470,37 @@
{
"path": "order_settle_id",
"json_type": "integer",
"sample": "3092711340902597",
"sample": "3109446359008965",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3109446359008965",
"3109116926871045",
"3092711340902597",
"3091323600603397",
"3091115820353733",
"3090827566926085",
"3090739928746117",
"3090257727786373",
"3089721241816261",
"3089689788959941"
"3090257727786373"
]
},
{
"path": "ledger_name",
"json_type": "string",
"sample": "15-七七",
"sample": "66-小柳",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"66-小柳",
"15-七七",
"21-年糕",
"1-小燕",
"2-佳怡",
"11-千千",
"37-阿清",
"9-球球",
"4-璇子"
"9-球球"
]
},
{
@@ -515,13 +515,13 @@
{
"path": "ledger_unit_price",
"json_type": "number",
"sample": "108.0",
"sample": "98.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"108.0",
"98.0",
"108.0",
"138.0",
"190.0",
"118.0"
@@ -530,37 +530,37 @@
{
"path": "ledger_count",
"json_type": "integer",
"sample": "21544",
"sample": "18908",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"18908",
"18863",
"10581",
"0",
"21544",
"18220",
"15021",
"4682",
"7717",
"47652",
"4774",
"1224"
"4682"
]
},
{
"path": "ledger_amount",
"json_type": "number",
"sample": "646.32",
"sample": "514.72",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"514.72",
"513.49",
"288.04",
"0.0",
"646.32",
"546.6",
"408.9",
"127.45",
"210.07",
"1429.56",
"129.96",
"33.32"
"127.45"
]
},
{
@@ -577,19 +577,19 @@
{
"path": "create_time",
"json_type": "string",
"sample": "2026-02-13 04:49:48",
"sample": "2026-02-25 00:32:31",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-25 00:32:31",
"2026-02-24 18:57:20",
"2026-02-13 04:49:48",
"2026-02-12 05:17:07",
"2026-02-12 01:45:43",
"2026-02-11 20:52:28",
"2026-02-11 19:23:19",
"2026-02-11 11:12:50",
"2026-02-11 02:07:17",
"2026-02-11 01:35:18"
"2026-02-11 11:12:50"
]
},
{
@@ -618,13 +618,13 @@
{
"path": "assistant_level",
"json_type": "integer",
"sample": "20",
"sample": "10",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"20",
"10",
"20",
"40",
"30"
]
@@ -632,37 +632,37 @@
{
"path": "ledger_start_time",
"json_type": "string",
"sample": "2026-02-12 21:15:08",
"sample": "2026-02-24 18:52:01",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-24 18:52:01",
"2026-02-24 18:51:46",
"2026-02-24 15:58:23",
"2026-02-24 18:56:24",
"2026-02-12 21:15:08",
"2026-02-12 00:07:00",
"2026-02-11 21:30:41",
"2026-02-11 19:32:32",
"2026-02-11 17:14:22",
"2026-02-10 20:58:18",
"2026-02-10 18:38:59",
"2026-02-10 21:44:36"
"2026-02-11 19:32:32"
]
},
{
"path": "ledger_end_time",
"json_type": "string",
"sample": "2026-02-13 03:14:14",
"sample": "2026-02-25 00:06:11",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-25 00:06:11",
"2026-02-24 18:51:12",
"2026-02-24 18:56:24",
"2026-02-13 03:14:14",
"2026-02-12 05:10:40",
"2026-02-12 01:41:02",
"2026-02-11 20:50:34",
"2026-02-11 19:22:59",
"2026-02-11 10:12:32",
"2026-02-10 19:58:33",
"2026-02-10 22:05:00"
"2026-02-11 19:22:59"
]
},
{
@@ -679,37 +679,37 @@
{
"path": "order_assistant_id",
"json_type": "integer",
"sample": "3092265482209605",
"sample": "3109111712532037",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3109111712532037",
"3109111469557253",
"3108941033637509",
"3109116033713797",
"3092265482209605",
"3091018857580869",
"3090865193781509",
"3090749033924741",
"3090613220428101",
"3089417770093893",
"3089280814894277",
"3089463294922117"
"3090749033924741"
]
},
{
"path": "site_assistant_id",
"json_type": "integer",
"sample": "2793493699088517",
"sample": "2834411250190470",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2834411250190470",
"2793493699088517",
"2861304461364293",
"2964673443302213",
"2793530479530053",
"2964640248745157",
"2964641017858885",
"2840060593686213",
"2793532503855173"
"2840060593686213"
]
},
{
@@ -738,37 +738,37 @@
{
"path": "site_table_id",
"json_type": "integer",
"sample": "2956248279567557",
"sample": "2942056832061125",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2942056832061125",
"2793018776703109",
"2851643520044485",
"2956248279567557",
"2793020955840645",
"2793017278582917",
"2793020259897413",
"2793022937911365",
"2793018776735877",
"2793023960731717",
"2791964216463493"
"2793022937911365"
]
},
{
"path": "projected_income",
"json_type": "number",
"sample": "538.5",
"sample": "420.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"420.0",
"418.67",
"234.67",
"0.0",
"538.5",
"454.5",
"333.33",
"104.0",
"170.67",
"1191.0",
"105.33",
"26.67"
"104.0"
]
},
{
@@ -785,37 +785,37 @@
{
"path": "income_seconds",
"json_type": "integer",
"sample": "21540",
"sample": "18900",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"18900",
"18840",
"10560",
"0",
"21540",
"18180",
"15000",
"4680",
"7680",
"47640",
"4740",
"1200"
"4680"
]
},
{
"path": "user_id",
"json_type": "integer",
"sample": "2793493698596997",
"sample": "2800457030093701",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2800457030093701",
"2793493698596997",
"2861304460905541",
"2643377426450373",
"2793530479054917",
"2964640248253637",
"2964641017334597",
"2840060593211077",
"2793532503380037"
"2840060593211077"
]
},
{
@@ -861,19 +861,19 @@
{
"path": "real_use_seconds",
"json_type": "integer",
"sample": "21544",
"sample": "18908",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"18908",
"18863",
"10581",
"0",
"21544",
"18220",
"15021",
"4683",
"7718",
"47652",
"4774",
"1224"
"4683"
]
},
{
@@ -890,12 +890,14 @@
{
"path": "add_clock",
"json_type": "integer",
"sample": "0",
"sample": "60",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"60",
"0",
"300",
"2820",
"13380",
"14400"
@@ -959,37 +961,37 @@
{
"path": "person_org_id",
"json_type": "integer",
"sample": "2793493698990213",
"sample": "2834411250190469",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2834411250190469",
"2793493698990213",
"2861304461265989",
"2964673443203909",
"2793530479431749",
"2964640248630469",
"2964641017760581",
"2840060593587909",
"2793532503756869"
"2840060593587909"
]
},
{
"path": "last_use_time",
"json_type": "string",
"sample": "2026-02-13 03:14:14",
"sample": "2026-02-25 00:06:11",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-25 00:06:11",
"2026-02-24 18:51:12",
"2026-02-24 18:56:24",
"2026-02-13 03:14:14",
"2026-02-12 05:10:40",
"2026-02-12 01:41:02",
"2026-02-11 20:50:35",
"2026-02-11 19:23:00",
"2026-02-11 10:12:32",
"2026-02-10 19:58:33",
"2026-02-10 22:05:00"
"2026-02-11 19:23:00"
]
},
{
@@ -1050,33 +1052,33 @@
{
"path": "start_use_time",
"json_type": "string",
"sample": "2026-02-12 21:15:08",
"sample": "2026-02-24 18:52:01",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-24 18:52:01",
"2026-02-24 18:51:46",
"2026-02-24 15:58:23",
"2026-02-24 18:56:24",
"2026-02-12 21:15:08",
"2026-02-12 00:07:00",
"2026-02-11 21:30:41",
"2026-02-11 19:32:32",
"2026-02-11 17:14:22",
"2026-02-10 20:58:18",
"2026-02-10 18:38:59",
"2026-02-10 21:44:36"
"2026-02-11 19:32:32"
]
},
{
"path": "tenant_member_id",
"json_type": "integer",
"sample": "2799207522600709",
"sample": "0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"0",
"2799207522600709",
"2799207359858437",
"2799207363643141",
"0",
"2969257129938053",
"3048238811858693",
"2799207124305669",
@@ -1086,15 +1088,15 @@
{
"path": "system_member_id",
"json_type": "integer",
"sample": "2799207521568517",
"sample": "0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"0",
"2799207521568517",
"2799207358777093",
"2485293902352645",
"0",
"2644610908900421",
"3048238810220293",
"2799207123224325",

View File

@@ -5,37 +5,37 @@
{
"path": "siteGoodsStockId",
"json_type": "integer",
"sample": "3093864105101509",
"sample": "3109570981922373",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093864105101509",
"3093838482901317",
"3093793750665542",
"3093746072013125",
"3093710576699717",
"3093707436935493",
"3093706718922885",
"3093703198542021"
"3109570981922373",
"3109518507968005",
"3109461957559813",
"3109461957723653",
"3109460026164805",
"3109459747653125",
"3109350617253573",
"3109299415287493"
]
},
{
"path": "siteGoodsId",
"json_type": "integer",
"sample": "3004536125639493",
"sample": "2793026175356997",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3004536125639493",
"2793026176012357",
"2793026183041093",
"2793026185154629",
"2828836772432837",
"2793025862799429",
"2793026180501573",
"2794695801409669"
"2793026175356997",
"2793026182041669",
"2791953867886725",
"2793026180993093",
"2793026184302661",
"2793026176995397",
"2793026175520837",
"3053572251340677"
]
},
{
@@ -75,73 +75,73 @@
{
"path": "goodsName",
"json_type": "string",
"sample": "哇米诺豆奶",
"sample": "脉动",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"哇米诺豆奶",
"哇哈哈矿泉水",
"可乐",
"百威235毫升",
"打火机",
"软玉溪",
"东鹏特饮",
"普通扑克"
"脉动",
"屈臣氏苏打水",
"东方树叶",
"农夫山泉苏打水",
"红牛",
"维他柠檬茶",
"海之言",
"金银花凉茶"
]
},
{
"path": "createTime",
"json_type": "string",
"sample": "2026-02-14 00:21:21",
"sample": "2026-02-25 02:39:13",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-14 00:21:21",
"2026-02-13 23:55:17",
"2026-02-13 23:09:47",
"2026-02-13 22:21:17",
"2026-02-13 21:45:10",
"2026-02-13 21:41:59",
"2026-02-13 21:41:15",
"2026-02-13 21:37:40"
"2026-02-25 02:39:13",
"2026-02-25 01:45:50",
"2026-02-25 00:48:18",
"2026-02-25 00:46:21",
"2026-02-25 00:46:04",
"2026-02-24 22:55:03",
"2026-02-24 22:02:58",
"2026-02-24 22:00:06"
]
},
{
"path": "startNum",
"json_type": "integer",
"sample": "4",
"sample": "45",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"4",
"9",
"68",
"429",
"194",
"5",
"69",
"8"
"45",
"38",
"36",
"93",
"114",
"6",
"15",
"12"
]
},
{
"path": "endNum",
"json_type": "integer",
"sample": "3",
"sample": "44",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3",
"8",
"66",
"423",
"193",
"44",
"37",
"34",
"92",
"112",
"4",
"68",
"7"
"14",
"11"
]
},
{
@@ -154,12 +154,12 @@
"samples": [
"-1",
"-2",
"-3",
"1",
"-4",
"-6",
"2",
"1",
"-12",
"-4",
"3"
"-12"
]
},
{
@@ -171,31 +171,31 @@
"total_records": 200,
"samples": [
"瓶",
"支",
"包",
"盒",
"个",
"桶",
"根",
"盒",
"包",
"个",
"支",
"桶",
"份"
]
},
{
"path": "price",
"json_type": "number",
"sample": "10.0",
"sample": "8.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"8.0",
"6.0",
"10.0",
"5.0",
"15.0",
"2.0",
"30.0",
"28.0",
"7.0",
"125.0",
"8.0"
"2.0",
"15.0"
]
},
{
@@ -260,9 +260,9 @@
"total_records": 200,
"samples": [
"2790683528350539",
"2791941988405125",
"2793217944864581",
"2792062778003333",
"2791941988405125"
"2792062778003333"
]
},
{
@@ -274,11 +274,11 @@
"total_records": 200,
"samples": [
"2790683528350540",
"2790683528350541",
"2791948300259205",
"2793218343257925",
"2792063209623429",
"2793236829620037",
"2791948300259205"
"2790683528350541",
"2793236829620037"
]
}
]

View File

@@ -103,9 +103,9 @@
"21",
"33",
"28",
"12",
"11",
"0",
"3",
"2",
"5",
"22"
]
@@ -121,9 +121,9 @@
"21",
"33",
"28",
"12",
"11",
"0",
"3",
"2",
"5",
"22"
]
@@ -194,9 +194,9 @@
"21",
"33",
"28",
"12",
"11",
"0",
"3",
"2",
"5",
"22"
]

View File

@@ -5,19 +5,19 @@
{
"path": "tableName",
"json_type": "string",
"sample": "A15",
"sample": "A2",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"A15",
"A2",
"A4",
"S4",
"A3",
"A1",
"A9",
"A17",
"A8"
"A1",
"A12",
"A15",
"A6"
]
},
{
@@ -59,19 +59,19 @@
{
"path": "id",
"json_type": "integer",
"sample": "3093859292088645",
"sample": "3109477012047430",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093859292088645",
"3093855577786629",
"3093804251662661",
"3093800357562565",
"3093793885882629",
"3093774985857157",
"3093761348159621",
"3093749943830789"
"3109477012047430",
"3109477012047429",
"3109425996678725",
"3109417321498117",
"3109405990061701",
"3109405946873349",
"3109365706442373",
"3109356993103493"
]
},
{
@@ -121,31 +121,31 @@
{
"path": "coupon_code",
"json_type": "string",
"sample": "0107305319597",
"sample": "0104893964209",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"0107305319597",
"0108970935413",
"0103968076185",
"0101346097990",
"0107317733529",
"0102409858353",
"0102774179020",
"0103957102485"
"0104893964209",
"0104671066809",
"0107795304561",
"0107041901440",
"0107394190147",
"0102207435687",
"0107065523647",
"0107865041861"
]
},
{
"path": "coupon_money",
"json_type": "number",
"sample": "96.0",
"sample": "48.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"96.0",
"48.0",
"96.0",
"68.0",
"136.0",
"116.0",
@@ -156,37 +156,37 @@
{
"path": "coupon_origin_id",
"json_type": "integer",
"sample": "3093740768184645",
"sample": "3109356920604166",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093740768184645",
"3093784063412357",
"3093729957169285",
"3093681906993285",
"3093730736834693",
"3093720619157701",
"3093641950333253",
"3093689829460293"
"3109356920604166",
"3109356920604165",
"3109366643263045",
"3109356690851525",
"3109326568130053",
"3109270578300549",
"3109246463952389",
"3109239042721477"
]
},
{
"path": "create_time",
"json_type": "string",
"sample": "2026-02-14 00:16:27",
"sample": "2026-02-25 01:03:37",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-14 00:16:27",
"2026-02-14 00:12:40",
"2026-02-13 23:20:28",
"2026-02-13 23:16:30",
"2026-02-13 23:09:55",
"2026-02-13 22:50:42",
"2026-02-13 22:36:49",
"2026-02-13 22:25:13"
"2026-02-25 01:03:37",
"2026-02-25 00:11:43",
"2026-02-25 00:02:54",
"2026-02-24 23:51:22",
"2026-02-24 23:51:20",
"2026-02-24 23:10:24",
"2026-02-24 23:01:32",
"2026-02-24 22:40:42"
]
},
{
@@ -247,37 +247,37 @@
{
"path": "ledger_amount",
"json_type": "number",
"sample": "96.0",
"sample": "48.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"96.0",
"48.0",
"96.0",
"68.0",
"44.2",
"136.0",
"113.66",
"123.53",
"126.78",
"116.0",
"38.16"
"136.0",
"17.17"
]
},
{
"path": "ledger_count",
"json_type": "integer",
"sample": "7200",
"sample": "3600",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"7200",
"3600",
"3315",
"7055",
"2862",
"3273",
"14400",
"3197"
"7200",
"6540",
"6712",
"1288",
"3576",
"6913",
"14400"
]
},
{
@@ -292,18 +292,18 @@
{
"path": "ledger_name",
"json_type": "string",
"sample": "全天A区中八两小时",
"sample": "午夜场9.9",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"全天A区中八两小时",
"午夜场9.9",
"全天A区中八一小时",
"全天A区中八两小时",
"全天斯诺克一小时",
"斯诺克两小时",
"全天B区中八两小时",
"麻将包厢4小时",
"B区桌球一小时",
"新人特惠一小时"
]
},
@@ -321,19 +321,19 @@
{
"path": "ledger_unit_price",
"json_type": "number",
"sample": "39.9",
"sample": "9.9",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"39.9",
"9.9",
"20.26",
"39.9",
"69.9",
"59.9",
"128.0",
"35.9",
"12.12",
"9.9"
"35.9"
]
},
{
@@ -383,19 +383,19 @@
{
"path": "order_coupon_id",
"json_type": "integer",
"sample": "3093740768184645",
"sample": "3109356920604166",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093740768184645",
"3093784063412357",
"3093729957169285",
"3093681906993285",
"3093730736834693",
"3093720619157701",
"3093641950333253",
"3093689829460293"
"3109356920604166",
"3109356920604165",
"3109366643263045",
"3109356690851525",
"3109326568130053",
"3109270578300549",
"3109246463952389",
"3109239042721477"
]
},
{
@@ -412,85 +412,85 @@
{
"path": "order_settle_id",
"json_type": "integer",
"sample": "3093859276196037",
"sample": "3109476991518341",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093859276196037",
"3093855537596549",
"3093804233967877",
"3093800338802821",
"3093793847478597",
"3093774959741061",
"3093761316341957",
"3093749870790789"
"3109476991518341",
"3109425977673221",
"3109417304720901",
"3109405973333573",
"3109405928687301",
"3109365688518341",
"3109356977063493",
"3109336494523973"
]
},
{
"path": "order_trade_no",
"json_type": "integer",
"sample": "3093740766775621",
"sample": "3109356919277061",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093740766775621",
"3093784062036101",
"3093729955563653",
"3093681905567877",
"3093730735376517",
"3093720617519301",
"3093641948924229",
"3093689828067653"
"3109356919277061",
"3109366641739333",
"3109356689376965",
"3109326566442501",
"3109270576842373",
"3109246462297605",
"3109239041377989",
"3109218422654469"
]
},
{
"path": "promotion_activity_id",
"json_type": "integer",
"sample": "3093740765382981",
"sample": "3109356918179334",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093740765382981",
"3093784060856453",
"3093729952467077",
"3093681904502917",
"3093730734033029",
"3093720616372421",
"3093641947482437",
"3093689826576709"
"3109356918179334",
"3109356918179333",
"3109366640756293",
"3109356688017093",
"3109326565361157",
"3109270575777413",
"3109246460904965",
"3109239040263877"
]
},
{
"path": "promotion_coupon_id",
"json_type": "integer",
"sample": "3030874716834757",
"sample": "3048468851870085",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3030874716834757",
"3048468851870085",
"3030872476945477",
"3030874716834757",
"3030025905916997",
"3035353129373509",
"3030874133269445",
"3029784419027909",
"2861343275830405",
"3031000036133445"
]
},
{
"path": "promotion_seconds",
"json_type": "integer",
"sample": "7200",
"sample": "3600",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"7200",
"3600",
"7200",
"14400"
]
},
@@ -590,30 +590,30 @@
"samples": [
"7200",
"3600",
"3315",
"7055",
"2862",
"6540",
"6712",
"10800",
"3273",
"14400"
"1288",
"3576",
"6913"
]
},
{
"path": "table_id",
"json_type": "integer",
"sample": "2793003506815045",
"sample": "2792521437958213",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2793003506815045",
"2792521437958213",
"2793001904918661",
"2793020260044869",
"2793001695301765",
"2791964216463493",
"2793002980429893",
"2793003705192517",
"2793002896494725"
"2791964216463493",
"2793003243294789",
"2793003506815045",
"2793002673295493"
]
},
{
@@ -641,19 +641,19 @@
{
"path": "table_share_money",
"json_type": "number",
"sample": "39.9",
"sample": "9.9",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"39.9",
"9.9",
"20.26",
"39.9",
"69.9",
"59.9",
"128.0",
"35.9",
"12.12",
"9.9"
"35.9"
]
},
{

View File

@@ -5,15 +5,15 @@
{
"path": "memberCardTypeName",
"json_type": "string",
"sample": "储值卡",
"sample": "台费卡",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"台费卡",
"储值卡",
"活动抵用券",
"酒水卡",
"台费卡"
"酒水卡"
]
},
{
@@ -41,141 +41,141 @@
{
"path": "memberName",
"json_type": "string",
"sample": "罗先生",
"sample": "张丹逸",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"张丹逸",
"曾丹烨",
"李",
"罗先生",
"张先生",
"陈先生",
"轩哥",
"胡先生",
"曾丹烨",
"果",
"李先生"
"胡先生"
]
},
{
"path": "memberMobile",
"json_type": "string",
"sample": "13924036996",
"sample": "13609066637",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"13609066637",
"13922213242",
"13189179882",
"13924036996",
"13902258852",
"13535220066",
"18826267530",
"13394654634",
"13922213242",
"13902203836",
"18825868576"
"13394654634"
]
},
{
"path": "id",
"json_type": "integer",
"sample": "3093844118358341",
"sample": "3109605915936453",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3109605915936453",
"3109359190050501",
"3108826783188549",
"3108819944441349",
"3093844118358341",
"3093650318379141",
"3093649004579013",
"3093365819410565",
"3092712423049413",
"3092443610270021",
"3092315441612997",
"3092248235444421"
"3093365819410565"
]
},
{
"path": "account_data",
"json_type": "number",
"sample": "-232.0",
"sample": "-56.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"-56.0",
"-208.0",
"-39.0",
"-38.39",
"-232.0",
"-125.0",
"-18.0",
"-300.0",
"-4285.55",
"-43.61",
"-132.0",
"-71.07"
"-300.0"
]
},
{
"path": "after",
"json_type": "number",
"sample": "110.64",
"sample": "1217.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"1217.0",
"2514.73",
"1722.17",
"128.07",
"110.64",
"3657.58",
"3782.58",
"1709.69",
"3255.83",
"0.0",
"2722.73",
"373.91"
"1709.69"
]
},
{
"path": "before",
"json_type": "number",
"sample": "342.64",
"sample": "1273.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"1273.0",
"2722.73",
"1761.17",
"166.46",
"342.64",
"3782.58",
"3800.58",
"2009.69",
"7541.38",
"43.61",
"2854.73",
"444.98"
"2009.69"
]
},
{
"path": "card_type_id",
"json_type": "integer",
"sample": "2793249295533893",
"sample": "2791990152417157",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2791990152417157",
"2793249295533893",
"2793266846533445",
"2794699703437125",
"2791990152417157"
"2794699703437125"
]
},
{
"path": "create_time",
"json_type": "string",
"sample": "2026-02-14 00:01:01",
"sample": "2026-02-25 03:14:45",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-25 03:14:45",
"2026-02-24 23:03:46",
"2026-02-24 14:02:10",
"2026-02-24 13:55:13",
"2026-02-14 00:01:01",
"2026-02-13 20:43:53",
"2026-02-13 20:42:32",
"2026-02-13 15:54:28",
"2026-02-13 04:49:48",
"2026-02-13 00:16:21",
"2026-02-12 22:05:58",
"2026-02-12 20:57:36"
"2026-02-13 15:54:28"
]
},
{
@@ -272,19 +272,19 @@
{
"path": "relate_id",
"json_type": "integer",
"sample": "3093843703564549",
"sample": "3109605875369605",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3109605875369605",
"3109358930019909",
"3108826675693061",
"3108819861128709",
"3093843703564549",
"3093650242373957",
"3093648911108293",
"3093365762853125",
"3092711340902597",
"3092443433306437",
"3092315370047749",
"3092248181688581"
"3093365762853125"
]
},
{
@@ -311,19 +311,19 @@
{
"path": "system_member_id",
"json_type": "integer",
"sample": "2799207358777093",
"sample": "2799207175685893",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2799207175685893",
"2799212844549893",
"2799207107888901",
"2799207358777093",
"2799207405995781",
"2799210152216325",
"2799207521568517",
"2849995547528133",
"2799212844549893",
"2799207074645765",
"2799207466075909"
"2849995547528133"
]
},
{
@@ -340,91 +340,91 @@
{
"path": "tenant_member_card_id",
"json_type": "integer",
"sample": "2799218552833797",
"sample": "2799216088516357",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2799216088516357",
"2799219999295237",
"2913393474192965",
"2860039882673285",
"2799218552833797",
"2815108067970885",
"2799218599413509",
"2799217444914949",
"2849995548871621",
"2799219999295237",
"2799215892219653",
"2799216936748805"
"2799217444914949"
]
},
{
"path": "tenant_member_id",
"json_type": "integer",
"sample": "2799207359858437",
"sample": "2799207176636165",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2799207176636165",
"2799212845565701",
"2860039721438277",
"2799207359858437",
"2799207406946053",
"2799210153232133",
"2799207522600709",
"2849995548625861",
"2799212845565701",
"2799207075874565",
"2799207467042565"
"2849995548625861"
]
},
{
"path": "principal_after",
"json_type": "number",
"sample": "110.64",
"sample": "1217.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"1217.0",
"2514.73",
"1722.17",
"128.07",
"110.64",
"0.0",
"1709.69",
"3255.83",
"2722.73",
"373.91",
"255.6",
"111.06"
"3255.83"
]
},
{
"path": "principal_before",
"json_type": "number",
"sample": "342.64",
"sample": "1273.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"1273.0",
"2722.73",
"1761.17",
"166.46",
"342.64",
"0.0",
"2009.69",
"7541.38",
"43.61",
"2854.73",
"444.98",
"313.6"
"7541.38"
]
},
{
"path": "principal_data",
"json_type": "number",
"sample": "-232.0",
"sample": "-56.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"-56.0",
"-208.0",
"-39.0",
"-38.39",
"-232.0",
"0.0",
"-300.0",
"-4285.55",
"-43.61",
"-132.0",
"-71.07",
"-58.0"
"-4285.55"
]
}
]

View File

@@ -279,37 +279,37 @@
{
"path": "create_time",
"json_type": "string",
"sample": "2026-02-14 00:21:21",
"sample": "2026-02-25 03:14:45",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-14 00:21:21",
"2026-02-14 00:16:27",
"2026-02-14 00:12:40",
"2026-02-14 00:01:01",
"2026-02-13 23:20:28",
"2026-02-13 23:16:30",
"2026-02-13 23:09:55",
"2026-02-13 22:50:41"
"2026-02-25 03:14:45",
"2026-02-25 03:14:35",
"2026-02-25 02:14:27",
"2026-02-25 01:03:37",
"2026-02-25 00:48:18",
"2026-02-25 00:46:03",
"2026-02-25 00:32:31",
"2026-02-25 00:11:43"
]
},
{
"path": "pay_amount",
"json_type": "number",
"sample": "7.0",
"sample": "0.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"7.0",
"0.0",
"10.0",
"684.0",
"5.0",
"43.0",
"49.0",
"2.0"
"72.0",
"318.0",
"16.0",
"12.0",
"2000.0",
"375.0",
"19.0"
]
},
{
@@ -326,19 +326,19 @@
{
"path": "pay_time",
"json_type": "string",
"sample": "2026-02-14 00:21:21",
"sample": "2026-02-25 03:14:45",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-14 00:21:21",
"2026-02-14 00:16:27",
"2026-02-14 00:12:40",
"2026-02-14 00:01:01",
"2026-02-13 23:20:28",
"2026-02-13 23:16:30",
"2026-02-13 23:09:55",
"2026-02-13 22:50:42"
"2026-02-25 03:14:45",
"2026-02-25 03:14:35",
"2026-02-25 02:14:27",
"2026-02-25 01:03:37",
"2026-02-25 00:48:18",
"2026-02-25 00:46:04",
"2026-02-25 00:32:31",
"2026-02-25 00:11:43"
]
},
{
@@ -360,26 +360,25 @@
"occurrence": 200,
"total_records": 200,
"samples": [
"2",
"1"
"2"
]
},
{
"path": "relate_id",
"json_type": "integer",
"sample": "3093864077166789",
"sample": "3109605875369605",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093864077166789",
"3093859276196037",
"3093855537596549",
"3093843703564549",
"3093804233967877",
"3093800338802821",
"3093793847478597",
"3093774959741061"
"3109605875369605",
"3109605731042949",
"3109546377135685",
"3109476991518341",
"3109461928036037",
"3109459723044421",
"3109446359008965",
"3109425977673221"
]
},
{
@@ -396,31 +395,31 @@
{
"path": "id",
"json_type": "integer",
"sample": "3093864103463109",
"sample": "3109605915395781",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093864103463109",
"3093859289221445",
"3093855574345989",
"3093844117801285",
"3093804248779077",
"3093800354400453",
"3093793882589445",
"3093774982547589"
"3109605915395781",
"3109605753570885",
"3109546638313157",
"3109477009344069",
"3109461955937797",
"3109459746145797",
"3109446440109637",
"3109425993877061"
]
},
{
"path": "payment_method",
"json_type": "integer",
"sample": "4",
"sample": "2",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"4",
"2"
"2",
"4"
]
}
]

View File

@@ -279,19 +279,19 @@
{
"path": "id",
"json_type": "integer",
"sample": "3093784060856453",
"sample": "3109366640756293",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093784060856453",
"3093740765382981",
"3093730734033029",
"3093729952467077",
"3093720616372421",
"3093689826576709",
"3093683005753477",
"3093681904502917"
"3109366640756293",
"3109356918179334",
"3109356918179333",
"3109356688017093",
"3109326565361157",
"3109270575777413",
"3109260533990917",
"3109246460904965"
]
},
{
@@ -319,37 +319,37 @@
{
"path": "sale_price",
"json_type": "number",
"sample": "20.26",
"sample": "9.9",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"9.9",
"20.26",
"39.9",
"69.9",
"59.9",
"35.9",
"128.0",
"12.12",
"9.9"
"128.0",
"35.9"
]
},
{
"path": "coupon_code",
"json_type": "string",
"sample": "0108970935413",
"sample": "0107795304561",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"0108970935413",
"0107305319597",
"0107317733529",
"0103968076185",
"0102409858353",
"0103957102485",
"0106359943515",
"0101346097990"
"0107795304561",
"0104893964209",
"0104671066809",
"0107041901440",
"0107394190147",
"0102207435687",
"0104319780966",
"0107065523647"
]
},
{
@@ -366,19 +366,19 @@
{
"path": "site_order_id",
"json_type": "integer",
"sample": "3093784062036101",
"sample": "3109366641739333",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093784062036101",
"3093740766775621",
"3093730735376517",
"3093729955563653",
"3093720617519301",
"3093689828067653",
"3093683006916741",
"3093681905567877"
"3109366641739333",
"3109356919277061",
"3109356689376965",
"3109326566442501",
"3109270576842373",
"3109260535301637",
"3109246462297605",
"3109183135991301"
]
},
{
@@ -406,19 +406,19 @@
{
"path": "create_time",
"json_type": "string",
"sample": "2026-02-13 22:59:56",
"sample": "2026-02-24 23:11:21",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-13 22:59:56",
"2026-02-13 22:15:53",
"2026-02-13 22:05:41",
"2026-02-13 22:04:53",
"2026-02-13 21:55:23",
"2026-02-13 21:24:04",
"2026-02-13 21:17:08",
"2026-02-13 21:16:00"
"2026-02-24 23:11:21",
"2026-02-24 23:01:27",
"2026-02-24 23:01:13",
"2026-02-24 22:30:35",
"2026-02-24 21:33:37",
"2026-02-24 21:23:25",
"2026-02-24 21:09:06",
"2026-02-24 21:06:39"
]
},
{
@@ -435,19 +435,19 @@
{
"path": "coupon_name",
"json_type": "string",
"sample": "【全天可用】中八桌球一小时大厅A区",
"sample": "【午夜场特惠】A区中八桌球一小时",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"【午夜场特惠】A区中八桌球一小时",
"【全天可用】中八桌球一小时大厅A区",
"【全天可用】中八桌球两小时A区",
"【全天可用】斯诺克一小时",
"【全天可用】斯诺克两小时",
"【全天可用】中八桌球两小时B区",
"【全天可用】B区桌球一小时",
"【全天可用】麻将、掼蛋包厢四小时",
"1小时中八台球|【新年特惠】A区"
"1小时中八台球|【新年特惠】A区",
"【全天可用】麻将、掼蛋包厢四小时"
]
},
{
@@ -471,19 +471,19 @@
{
"path": "channel_deal_id",
"json_type": "integer",
"sample": "1128411555",
"sample": "1134850618",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"1134850618",
"1128411555",
"1130465371",
"1147633733",
"1130443985",
"1137872168",
"1370841337",
"1134269810",
"1203035334"
"1203035334",
"1134269810"
]
},
{
@@ -500,19 +500,19 @@
{
"path": "consume_time",
"json_type": "string",
"sample": "2026-02-13 22:59:56",
"sample": "2026-02-24 23:11:21",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-13 22:59:56",
"2026-02-13 22:15:54",
"2026-02-13 22:05:41",
"2026-02-13 22:04:54",
"2026-02-13 21:55:24",
"2026-02-13 21:24:05",
"2026-02-13 21:17:08",
"2026-02-13 21:16:01"
"2026-02-24 23:11:21",
"2026-02-24 23:01:28",
"2026-02-24 23:01:14",
"2026-02-24 22:30:35",
"2026-02-24 21:33:38",
"2026-02-24 21:23:25",
"2026-02-24 21:09:06",
"2026-02-24 21:06:40"
]
},
{
@@ -539,8 +539,8 @@
"68.0",
"136.0",
"116.0",
"58.0",
"288.0"
"288.0",
"58.0"
]
},
{
@@ -574,31 +574,31 @@
"total_records": 200,
"samples": [
"2793001904918661",
"2793003506815045",
"2791964216463493",
"2793020260044869",
"2793003705192517",
"2792521437958213",
"2793001695301765",
"2793002509209733"
"2793002509209733",
"2793002673295493",
"2793003243294789",
"2793020260044869",
"2793003705192517"
]
},
{
"path": "certificate_id",
"json_type": "string",
"sample": "5017032752860339573",
"sample": "5017032833084750386",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"5017032752860339573",
"5017032752444438459",
"5017032752542324772",
"5017032752441028251",
"5017032751805056410",
"5017032751601072902",
"5017032751448614451",
"5017032751498902695"
"5017032833084750386",
"5017032832883675462",
"5017032832584102061",
"5017032831971929017",
"5017032832155571792",
"5017032832050686479",
"5017032831994311439",
"5017032831770232252"
]
},
{
@@ -613,19 +613,19 @@
{
"path": "deal_id",
"json_type": "integer",
"sample": "1345108507",
"sample": "1347208736",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"1347208736",
"1345108507",
"1346103574",
"1350374807",
"1346105245",
"1347938899",
"1398374101",
"1347146296",
"1364921087"
"1364921087",
"1347146296"
]
}
]

View File

@@ -1,14 +1,14 @@
{
"table": "recharge_settlements",
"total_records": 191,
"total_records": 172,
"fields": [
{
"path": "siteProfile.id",
"json_type": "integer",
"sample": "2790685415443269",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2790685415443269"
]
@@ -18,8 +18,8 @@
"json_type": "integer",
"sample": "2790684179467077",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2790684179467077"
]
@@ -29,8 +29,8 @@
"json_type": "string",
"sample": "朗朗桌球",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"朗朗桌球"
]
@@ -40,8 +40,8 @@
"json_type": "string",
"sample": "https://oss.ficoo.vip/admin/hXcE4E_1752495052016.jpg",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"https://oss.ficoo.vip/admin/hXcE4E_1752495052016.jpg"
]
@@ -51,8 +51,8 @@
"json_type": "string",
"sample": "13316068642",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"13316068642"
]
@@ -62,8 +62,8 @@
"json_type": "string",
"sample": "广东省广州市天河区丽阳街12号",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"广东省广州市天河区丽阳街12号"
]
@@ -73,8 +73,8 @@
"json_type": "string",
"sample": "广东省广州市天河区天园街道朗朗桌球",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"广东省广州市天河区天园街道朗朗桌球"
]
@@ -84,8 +84,8 @@
"json_type": "number",
"sample": "113.360321",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"113.360321"
]
@@ -95,8 +95,8 @@
"json_type": "number",
"sample": "23.133629",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"23.133629"
]
@@ -106,8 +106,8 @@
"json_type": "integer",
"sample": "156440100",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"156440100"
]
@@ -117,8 +117,8 @@
"json_type": "integer",
"sample": "2790683160709957",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2790683160709957"
]
@@ -128,8 +128,8 @@
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"1"
]
@@ -139,8 +139,8 @@
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0"
]
@@ -150,8 +150,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": []
},
{
@@ -159,8 +159,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": []
},
{
@@ -168,8 +168,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": []
},
{
@@ -177,8 +177,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": []
},
{
@@ -186,8 +186,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": []
},
{
@@ -195,8 +195,8 @@
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"1"
]
@@ -206,8 +206,8 @@
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"1"
]
@@ -217,8 +217,8 @@
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0"
]
@@ -228,8 +228,8 @@
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"1"
]
@@ -239,8 +239,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": []
},
{
@@ -248,8 +248,8 @@
"json_type": "string",
"sample": "A",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"A"
]
@@ -259,8 +259,8 @@
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"1"
]
@@ -270,8 +270,8 @@
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"1"
]
@@ -281,8 +281,8 @@
"json_type": "integer",
"sample": "3087072625102533",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"3087072625102533",
"3087072183438981",
@@ -299,8 +299,8 @@
"json_type": "integer",
"sample": "2790683160709957",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2790683160709957"
]
@@ -310,8 +310,8 @@
"json_type": "integer",
"sample": "2790685415443269",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2790685415443269"
]
@@ -321,8 +321,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": []
},
{
@@ -330,8 +330,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -341,8 +341,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -352,8 +352,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -363,8 +363,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -374,8 +374,8 @@
"json_type": "string",
"sample": "2026-02-09 05:12:42",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2026-02-09 05:12:42",
"2026-02-09 05:12:15",
@@ -392,8 +392,8 @@
"json_type": "integer",
"sample": "2799207363643141",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2799207363643141",
"2799207522600709",
@@ -410,8 +410,8 @@
"json_type": "string",
"sample": "葛先生",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"葛先生",
"轩哥",
@@ -428,8 +428,8 @@
"json_type": "integer",
"sample": "2799216572794629",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2799216572794629",
"2799217444914949",
@@ -446,8 +446,8 @@
"json_type": "string",
"sample": "储值卡",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"储值卡",
"月卡"
@@ -458,8 +458,8 @@
"json_type": "string",
"sample": "13811638071",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"13811638071",
"18826267530",
@@ -476,8 +476,8 @@
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0"
]
@@ -487,8 +487,8 @@
"json_type": "number",
"sample": "10000.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"10000.0",
"3000.0",
@@ -505,8 +505,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -516,8 +516,8 @@
"json_type": "integer",
"sample": "2790687322443013",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2790687322443013"
]
@@ -527,8 +527,8 @@
"json_type": "string",
"sample": "收银员:郑丽珊",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"收银员:郑丽珊"
]
@@ -538,8 +538,8 @@
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0"
]
@@ -549,8 +549,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": []
},
{
@@ -558,8 +558,8 @@
"json_type": "string",
"sample": "0001-01-01 00:00:00",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0001-01-01 00:00:00"
]
@@ -569,8 +569,8 @@
"json_type": "number",
"sample": "10000.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"10000.0",
"3000.0",
@@ -587,8 +587,8 @@
"json_type": "number",
"sample": "10000.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"10000.0",
"3000.0",
@@ -605,8 +605,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0",
"10000.0",
@@ -618,8 +618,8 @@
"json_type": "string",
"sample": "充值订单",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"充值订单",
"充值撤销"
@@ -630,8 +630,8 @@
"json_type": "integer",
"sample": "3087072624987845",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"3087072624987845",
"3087072183324293",
@@ -648,8 +648,8 @@
"json_type": "integer",
"sample": "2",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2"
]
@@ -659,8 +659,8 @@
"json_type": "integer",
"sample": "5",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"5",
"7"
@@ -671,8 +671,8 @@
"json_type": "string",
"sample": "2026-02-09 05:12:42",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2026-02-09 05:12:42",
"2026-02-09 05:12:15",
@@ -689,8 +689,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -700,8 +700,8 @@
"json_type": "integer",
"sample": "4",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"4",
"1"
@@ -712,8 +712,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -723,8 +723,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -734,8 +734,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -745,8 +745,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -756,8 +756,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -767,8 +767,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -778,8 +778,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -789,8 +789,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -800,8 +800,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -811,8 +811,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -822,8 +822,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -833,8 +833,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -844,8 +844,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": []
},
{
@@ -853,8 +853,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": []
},
{
@@ -862,8 +862,8 @@
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0"
]
@@ -873,8 +873,8 @@
"json_type": "boolean",
"sample": "False",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"False"
]
@@ -884,8 +884,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -895,8 +895,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -906,8 +906,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -917,8 +917,8 @@
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0"
]
@@ -928,8 +928,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -939,8 +939,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -950,8 +950,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -961,8 +961,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -972,8 +972,8 @@
"json_type": "boolean",
"sample": "False",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"False"
]
@@ -983,8 +983,8 @@
"json_type": "boolean",
"sample": "False",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"False"
]
@@ -994,8 +994,8 @@
"json_type": "boolean",
"sample": "False",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"False"
]
@@ -1005,8 +1005,8 @@
"json_type": "boolean",
"sample": "False",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"False"
]
@@ -1016,8 +1016,8 @@
"json_type": "integer",
"sample": "2",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"2",
"1"
@@ -1028,8 +1028,8 @@
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0"
]
@@ -1039,8 +1039,8 @@
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0"
]
@@ -1050,8 +1050,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -1061,8 +1061,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]
@@ -1072,8 +1072,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 191,
"total_records": 191,
"occurrence": 172,
"total_records": 172,
"samples": [
"0.0"
]

View File

@@ -1,14 +1,14 @@
{
"table": "refund_transactions",
"total_records": 29,
"total_records": 27,
"fields": [
{
"path": "tenantName",
"json_type": "string",
"sample": "朗朗桌球",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"朗朗桌球"
]
@@ -18,8 +18,8 @@
"json_type": "integer",
"sample": "2790685415443269",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"2790685415443269"
]
@@ -29,8 +29,8 @@
"json_type": "integer",
"sample": "2790684179467077",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"2790684179467077"
]
@@ -40,8 +40,8 @@
"json_type": "string",
"sample": "朗朗桌球",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"朗朗桌球"
]
@@ -51,8 +51,8 @@
"json_type": "string",
"sample": "https://oss.ficoo.vip/admin/hXcE4E_1752495052016.jpg",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"https://oss.ficoo.vip/admin/hXcE4E_1752495052016.jpg"
]
@@ -62,8 +62,8 @@
"json_type": "string",
"sample": "13316068642",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"13316068642"
]
@@ -73,8 +73,8 @@
"json_type": "string",
"sample": "广东省广州市天河区丽阳街12号",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"广东省广州市天河区丽阳街12号"
]
@@ -84,8 +84,8 @@
"json_type": "string",
"sample": "广东省广州市天河区天园街道朗朗桌球",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"广东省广州市天河区天园街道朗朗桌球"
]
@@ -95,8 +95,8 @@
"json_type": "number",
"sample": "113.360321",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"113.360321"
]
@@ -106,8 +106,8 @@
"json_type": "number",
"sample": "23.133629",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"23.133629"
]
@@ -117,8 +117,8 @@
"json_type": "integer",
"sample": "156440100",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"156440100"
]
@@ -128,8 +128,8 @@
"json_type": "integer",
"sample": "2790683160709957",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"2790683160709957"
]
@@ -139,8 +139,8 @@
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"1"
]
@@ -150,8 +150,8 @@
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -161,8 +161,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": []
},
{
@@ -170,8 +170,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": []
},
{
@@ -179,8 +179,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": []
},
{
@@ -188,8 +188,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": []
},
{
@@ -197,8 +197,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": []
},
{
@@ -206,8 +206,8 @@
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"1"
]
@@ -217,8 +217,8 @@
"json_type": "integer",
"sample": "2",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"2"
]
@@ -228,8 +228,8 @@
"json_type": "integer",
"sample": "0",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -239,8 +239,8 @@
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"1"
]
@@ -250,8 +250,8 @@
"json_type": "string",
"sample": "",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": []
},
{
@@ -259,8 +259,8 @@
"json_type": "string",
"sample": "A",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"A"
]
@@ -270,8 +270,8 @@
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"1"
]
@@ -281,8 +281,8 @@
"json_type": "integer",
"sample": "1",
"depth": 1,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"1"
]
@@ -292,8 +292,8 @@
"json_type": "integer",
"sample": "3089577798995141",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"3089577798995141",
"3085106065510021",
@@ -310,8 +310,8 @@
"json_type": "integer",
"sample": "2790685415443269",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"2790685415443269"
]
@@ -321,8 +321,8 @@
"json_type": "integer",
"sample": "2790683160709957",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"2790683160709957"
]
@@ -332,8 +332,8 @@
"json_type": "integer",
"sample": "0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -343,8 +343,8 @@
"json_type": "number",
"sample": "-8.0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"-8.0",
"-1.5",
@@ -361,8 +361,8 @@
"json_type": "integer",
"sample": "2",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"2"
]
@@ -372,8 +372,8 @@
"json_type": "string",
"sample": "2026-02-10 23:41:06",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"2026-02-10 23:41:06",
"2026-02-07 19:52:13",
@@ -390,8 +390,8 @@
"json_type": "string",
"sample": "2026-02-10 23:41:06",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"2026-02-10 23:41:06",
"2026-02-07 19:52:13",
@@ -408,8 +408,8 @@
"json_type": "integer",
"sample": "1",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"1",
"5",
@@ -421,8 +421,8 @@
"json_type": "integer",
"sample": "3089548319804869",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"3089548319804869",
"3085105740795590",
@@ -439,8 +439,8 @@
"json_type": "integer",
"sample": "0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -450,8 +450,8 @@
"json_type": "integer",
"sample": "0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -461,8 +461,8 @@
"json_type": "integer",
"sample": "0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -472,8 +472,8 @@
"json_type": "integer",
"sample": "4",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"4",
"2"
@@ -484,8 +484,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0.0"
]
@@ -495,8 +495,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0.0"
]
@@ -506,8 +506,8 @@
"json_type": "integer",
"sample": "0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -517,8 +517,8 @@
"json_type": "integer",
"sample": "0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -528,8 +528,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0.0"
]
@@ -539,8 +539,8 @@
"json_type": "integer",
"sample": "0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -550,8 +550,8 @@
"json_type": "integer",
"sample": "2",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"2"
]
@@ -561,8 +561,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0.0"
]
@@ -572,8 +572,8 @@
"json_type": "integer",
"sample": "0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -583,8 +583,8 @@
"json_type": "integer",
"sample": "0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -594,8 +594,8 @@
"json_type": "integer",
"sample": "1",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"1"
]
@@ -605,8 +605,8 @@
"json_type": "integer",
"sample": "0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0"
]
@@ -616,8 +616,8 @@
"json_type": "string",
"sample": "",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": []
},
{
@@ -625,8 +625,8 @@
"json_type": "string",
"sample": "",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": []
},
{
@@ -634,8 +634,8 @@
"json_type": "integer",
"sample": "1",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"1"
]
@@ -645,8 +645,8 @@
"json_type": "number",
"sample": "0.0",
"depth": 0,
"occurrence": 29,
"total_records": 29,
"occurrence": 27,
"total_records": 27,
"samples": [
"0.0"
]

View File

@@ -267,19 +267,19 @@
{
"path": "settleList.id",
"json_type": "integer",
"sample": "3093864077166789",
"sample": "3109605875369605",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093864077166789",
"3093859276196037",
"3093855537596549",
"3093843703564549",
"3093804233967877",
"3093800338802821",
"3093793847478597",
"3093774959741061"
"3109605875369605",
"3109605731042949",
"3109546377135685",
"3109476991518341",
"3109461928036037",
"3109459723044421",
"3109446359008965",
"3109425977673221"
]
},
{
@@ -318,19 +318,19 @@
{
"path": "settleList.balanceAmount",
"json_type": "number",
"sample": "0.0",
"sample": "56.0",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"56.0",
"0.0",
"208.0",
"39.0",
"38.39",
"232.0",
"125.0",
"18.0",
"300.0",
"4285.55",
"43.61",
"132.0"
"18.0"
]
},
{
@@ -352,8 +352,7 @@
"occurrence": 200,
"total_records": 200,
"samples": [
"0.0",
"5.0"
"0.0"
]
},
{
@@ -367,47 +366,47 @@
"0.0",
"96.0",
"48.0",
"68.0",
"44.2",
"136.0",
"113.66",
"116.0"
"123.53",
"126.78",
"116.0",
"204.0"
]
},
{
"path": "settleList.createTime",
"json_type": "string",
"sample": "2026-02-14 00:21:19",
"sample": "2026-02-25 03:14:42",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-14 00:21:19",
"2026-02-14 00:16:26",
"2026-02-14 00:12:38",
"2026-02-14 00:00:36",
"2026-02-13 23:20:27",
"2026-02-13 23:16:29",
"2026-02-13 23:09:53",
"2026-02-13 22:50:40"
"2026-02-25 03:14:42",
"2026-02-25 03:14:34",
"2026-02-25 02:14:11",
"2026-02-25 01:03:36",
"2026-02-25 00:48:16",
"2026-02-25 00:46:02",
"2026-02-25 00:32:26",
"2026-02-25 00:11:42"
]
},
{
"path": "settleList.memberId",
"json_type": "integer",
"sample": "0",
"sample": "2799207176636165",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"2799207176636165",
"0",
"2799212845565701",
"2860039721438277",
"2799207359858437",
"2799207406946053",
"2799210153232133",
"2799207522600709",
"2799207117129477",
"2799207133021957",
"2849995548625861"
"2799207522600709"
]
},
{
@@ -451,37 +450,37 @@
{
"path": "settleList.tableId",
"json_type": "integer",
"sample": "0",
"sample": "2791964216463493",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"0",
"2793003506815045",
"2793001904918661",
"2793022937911365",
"2793020260044869",
"2793001695301765",
"2791964216463493",
"2793002980429893"
"2793001695301765",
"2793023960600645",
"2792521437958213",
"0",
"2942056832061125",
"2793001904918661",
"2793003705192517"
]
},
{
"path": "settleList.consumeMoney",
"json_type": "number",
"sample": "10.0",
"sample": "56.0",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"10.0",
"135.9",
"78.26",
"395.84",
"107.9",
"68.26",
"64.46",
"809.43"
"56.0",
"126.25",
"317.07",
"115.8",
"22.0",
"16.0",
"2036.7",
"57.9"
]
},
{
@@ -551,37 +550,37 @@
{
"path": "settleList.payAmount",
"json_type": "number",
"sample": "7.0",
"sample": "0.0",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"7.0",
"0.0",
"10.0",
"684.0",
"5.0",
"43.0",
"49.0",
"2.0"
"72.0",
"318.0",
"16.0",
"12.0",
"2000.0",
"375.0",
"19.0"
]
},
{
"path": "settleList.pointAmount",
"json_type": "number",
"sample": "7.0",
"sample": "0.0",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"7.0",
"0.0",
"10.0",
"684.0",
"5.0",
"43.0",
"49.0",
"2.0"
"72.0",
"318.0",
"16.0",
"12.0",
"2000.0",
"375.0",
"19.0"
]
},
{
@@ -598,37 +597,37 @@
{
"path": "settleList.settleName",
"json_type": "string",
"sample": "商城订单",
"sample": "A区 A1",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"商城订单",
"A区 A15",
"A区 A4",
"TV台 TV",
"斯诺克区 S4",
"A区 A3",
"A区 A1",
"A区 A9"
"A区 A3",
"麻将房 M2",
"A区 A2",
"商城订单",
"M7 M7",
"A区 A4",
"A区 A17"
]
},
{
"path": "settleList.settleRelateId",
"json_type": "integer",
"sample": "3093864074381509",
"sample": "3109605511153349",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093864074381509",
"3093740766775621",
"3093784062036101",
"3093701555882181",
"3093729955563653",
"3093681905567877",
"3093730735376517",
"3093720617519301"
"3109605511153349",
"3109464016143877",
"3109261426705989",
"3109356919277061",
"3109461924955845",
"3109459720324677",
"3109110800598597",
"3109366641739333"
]
},
{
@@ -645,31 +644,31 @@
{
"path": "settleList.settleType",
"json_type": "integer",
"sample": "3",
"sample": "1",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"3",
"1"
"1",
"3"
]
},
{
"path": "settleList.payTime",
"json_type": "string",
"sample": "2026-02-14 00:21:21",
"sample": "2026-02-25 03:14:45",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-14 00:21:21",
"2026-02-14 00:16:27",
"2026-02-14 00:12:40",
"2026-02-14 00:01:01",
"2026-02-13 23:20:28",
"2026-02-13 23:16:30",
"2026-02-13 23:09:55",
"2026-02-13 22:50:42"
"2026-02-25 03:14:45",
"2026-02-25 03:14:35",
"2026-02-25 02:14:27",
"2026-02-25 01:03:37",
"2026-02-25 00:48:18",
"2026-02-25 00:46:04",
"2026-02-25 00:32:31",
"2026-02-25 00:11:43"
]
},
{
@@ -681,13 +680,13 @@
"total_records": 200,
"samples": [
"0.0",
"0.45",
"0.72",
"0.33",
"0.71",
"0.86",
"0.03",
"0.56"
"0.87",
"0.93",
"0.3",
"0.68",
"0.17",
"0.19",
"0.36"
]
},
{
@@ -710,13 +709,13 @@
"total_records": 200,
"samples": [
"0.0",
"125.88",
"66.14",
"64.0",
"34.0",
"1282.22",
"92.66",
"249.16"
"55.12",
"37.0",
"18.82",
"53.8",
"85.15",
"68.0",
"100.0"
]
},
{
@@ -739,10 +738,8 @@
"total_records": 200,
"samples": [
"0.0",
"646.32",
"546.6",
"408.9",
"127.45"
"1316.25",
"646.32"
]
},
{
@@ -765,13 +762,13 @@
"total_records": 200,
"samples": [
"0.0",
"39.9",
"19.8",
"9.9",
"20.26",
"39.9",
"40.52",
"79.8",
"69.9",
"59.9",
"119.7",
"40.52"
"69.9"
]
},
{
@@ -795,63 +792,61 @@
"samples": [
"0.0",
"163.84",
"134.3",
"286.6",
"681.58"
"134.3"
]
},
{
"path": "settleList.tableChargeMoney",
"json_type": "number",
"sample": "56.0",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"56.0",
"110.25",
"224.07",
"96.0",
"0.0",
"650.45",
"48.0",
"208.0"
]
},
{
"path": "settleList.goodsMoney",
"json_type": "number",
"sample": "0.0",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"0.0",
"96.0",
"48.0",
"163.84",
"68.0",
"44.2",
"629.43",
"136.0"
]
},
{
"path": "settleList.goodsMoney",
"json_type": "number",
"sample": "10.0",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"10.0",
"0.0",
"232.0",
"180.0",
"5.0",
"125.0",
"18.0",
"2.0"
"16.0",
"93.0",
"22.0",
"70.0",
"86.0",
"29.0",
"34.0"
]
},
{
"path": "settleList.realGoodsMoney",
"json_type": "number",
"sample": "7.0",
"sample": "0.0",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"7.0",
"0.0",
"10.0",
"232.0",
"180.0",
"5.0",
"125.0",
"18.0"
"16.0",
"93.0",
"12.0",
"70.0",
"86.0",
"29.0",
"34.0"
]
},
{
@@ -873,8 +868,7 @@
"occurrence": 200,
"total_records": 200,
"samples": [
"0.0",
"300.0"
"0.0"
]
},
{
@@ -894,6 +888,8 @@
"occurrence": 200,
"total_records": 200,
"samples": [
"打五折",
"已收68",
"五折"
]
},
@@ -1071,29 +1067,29 @@
"total_records": 200,
"samples": [
"0",
"208.0",
"232.0",
"300.0",
"4285.55",
"43.61",
"132.0",
"71.07",
"58.0"
"71.07"
]
},
{
"path": "settleList.giftCardAmount",
"json_type": "integer",
"sample": "0",
"json_type": "number",
"sample": "56.0",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"56.0",
"0",
"39.0",
"38.39",
"125.0",
"18.0",
"26.0",
"219.23",
"24.0"
"18.0"
]
},
{

View File

@@ -102,8 +102,7 @@
"occurrence": 74,
"total_records": 74,
"samples": [
"2",
"1"
"2"
]
},
{
@@ -150,19 +149,19 @@
{
"path": "table_cloth_use_time",
"json_type": "integer",
"sample": "3847788",
"sample": "3870337",
"depth": 0,
"occurrence": 74,
"total_records": 74,
"samples": [
"3847788",
"3997128",
"4828391",
"4752591",
"4550047",
"1776155",
"4028812",
"3444224"
"3870337",
"4025824",
"4863832",
"4777791",
"4571647",
"1779755",
"4044027",
"3458624"
]
},
{

View File

@@ -159,18 +159,18 @@
{
"path": "average_monthly_sales",
"json_type": "number",
"sample": "1.81",
"sample": "1.48",
"depth": 0,
"occurrence": 173,
"total_records": 173,
"samples": [
"1.81",
"0.61",
"0.74",
"1.48",
"0.52",
"0.35",
"0.1",
"0.0",
"3.48",
"6.87",
"2.58",
"5.16",
"0.06"
]
},
@@ -272,17 +272,17 @@
{
"path": "days_available",
"json_type": "integer",
"sample": "13",
"sample": "16",
"depth": 0,
"occurrence": 173,
"total_records": 173,
"samples": [
"13",
"22",
"16",
"26",
"0",
"210",
"33",
"6",
"8",
"633",
"13942"
]

View File

@@ -49,19 +49,19 @@
{
"path": "id",
"json_type": "integer",
"sample": "3093864106133701",
"sample": "3109605756651078",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093864106133701",
"3093855577688325",
"3093844121422150",
"3093844121422149",
"3093844121405766",
"3093844121405765",
"3093844121389382",
"3093844121389381"
"3109605756651078",
"3109605756651077",
"3109546642015941",
"3109546641999557",
"3109546641983174",
"3109546641983173",
"3109546641819333",
"3109546641802949"
]
},
{
@@ -73,6 +73,7 @@
"total_records": 200,
"samples": [
"0.0",
"2.87",
"0.13",
"0.04",
"0.63",
@@ -105,71 +106,72 @@
{
"path": "create_time",
"json_type": "string",
"sample": "2026-02-14 00:21:21",
"sample": "2026-02-25 03:14:35",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-14 00:21:21",
"2026-02-14 00:12:40",
"2026-02-14 00:01:01",
"2026-02-13 21:56:07",
"2026-02-13 21:50:13",
"2026-02-13 20:43:53",
"2026-02-13 20:42:32",
"2026-02-13 20:35:39"
"2026-02-25 03:14:35",
"2026-02-25 02:14:27",
"2026-02-25 00:48:18",
"2026-02-25 00:46:04",
"2026-02-25 00:32:31",
"2026-02-24 22:58:35",
"2026-02-24 22:36:37",
"2026-02-24 21:58:21"
]
},
{
"path": "discount_money",
"json_type": "number",
"sample": "3.0",
"sample": "0.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3.0",
"0.0",
"2.0",
"6.0",
"4.0",
"8.0",
"1.0"
"18.0",
"3.0",
"6.0"
]
},
{
"path": "discount_price",
"json_type": "number",
"sample": "7.0",
"sample": "8.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"7.0",
"5.0",
"15.0",
"2.0",
"28.0",
"125.0",
"8.0",
"10.0"
"10.0",
"5.0",
"6.0",
"4.0",
"28.0",
"2.0",
"0.0"
]
},
{
"path": "goods_remark",
"json_type": "string",
"sample": "",
"sample": "脉动",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"可乐",
"哇哈哈矿泉水",
"百威235毫升",
"打火机",
"软玉溪",
"东鹏特饮",
"普通扑克",
"雪碧"
"脉动",
"屈臣氏苏打水",
"红牛",
"海之言",
"金银花凉茶",
"火腿肠",
"农夫山泉苏打水",
"水溶C"
]
},
{
@@ -197,19 +199,19 @@
{
"path": "ledger_amount",
"json_type": "number",
"sample": "10.0",
"sample": "8.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"8.0",
"20.0",
"10.0",
"5.0",
"90.0",
"2.0",
"6.0",
"16.0",
"28.0",
"7.0",
"180.0",
"125.0"
"4.0"
]
},
{
@@ -222,10 +224,10 @@
"samples": [
"1",
"2",
"3",
"4",
"6",
"12",
"4",
"3",
"5"
]
},
@@ -238,27 +240,27 @@
"total_records": 200,
"samples": [
"酒水",
"其他",
"零食",
"香烟",
"零食"
"其他"
]
},
{
"path": "ledger_name",
"json_type": "string",
"sample": "哇米诺豆奶",
"sample": "脉动",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"哇米诺豆奶",
"可乐",
"哇哈哈矿泉水",
"百威235毫升",
"打火机",
"软玉溪",
"东鹏特饮",
"普通扑克"
"脉动",
"屈臣氏苏打水",
"红牛",
"海之言",
"金银花凉茶",
"火腿肠",
"农夫山泉苏打水",
"水溶C"
]
},
{
@@ -275,19 +277,19 @@
{
"path": "ledger_unit_price",
"json_type": "number",
"sample": "10.0",
"sample": "8.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"8.0",
"10.0",
"5.0",
"15.0",
"2.0",
"6.0",
"28.0",
"7.0",
"125.0",
"8.0"
"2.0",
"15.0",
"7.0"
]
},
{
@@ -390,19 +392,19 @@
{
"path": "order_goods_id",
"json_type": "integer",
"sample": "3093864075495621",
"sample": "3109570982037061",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093864075495621",
"3093793750862149",
"3093838483065157",
"3093746072144197",
"3093710576814405",
"3093707437050181",
"3093706719037573",
"3093703198656709"
"3109570982037061",
"3109518508082693",
"3109460026263109",
"3109350617384645",
"3109299415418565",
"3109289330788037",
"3109296609822405",
"3109257607530117"
]
},
{
@@ -419,37 +421,37 @@
{
"path": "order_settle_id",
"json_type": "integer",
"sample": "3093864077166789",
"sample": "3109605731042949",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093864077166789",
"3093855537596549",
"3093843703564549",
"3093721299536133",
"3093715499501701",
"3093650242373957",
"3093648911108293",
"3093642206103749"
"3109605731042949",
"3109546377135685",
"3109461928036037",
"3109459723044421",
"3109446359008965",
"3109353655944901",
"3109332284065477",
"3109294620739141"
]
},
{
"path": "order_trade_no",
"json_type": "integer",
"sample": "3093864074381509",
"sample": "3109464016143877",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093864074381509",
"3093784062036101",
"3093701555882181",
"3093324364122309",
"3093592572217541",
"3093650239260997",
"3093530699761989",
"3093642203187397"
"3109464016143877",
"3109261426705989",
"3109255136560837",
"3109461924955845",
"3109459720324677",
"3109110800598597",
"3108933000873669",
"3108999338116613"
]
},
{
@@ -499,19 +501,19 @@
{
"path": "real_goods_money",
"json_type": "number",
"sample": "7.0",
"sample": "8.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"7.0",
"8.0",
"20.0",
"10.0",
"5.0",
"90.0",
"2.0",
"28.0",
"180.0",
"125.0"
"6.0",
"4.0",
"12.0",
"28.0"
]
},
{
@@ -581,19 +583,19 @@
{
"path": "site_goods_id",
"json_type": "integer",
"sample": "3004536125639493",
"sample": "2793026175356997",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3004536125639493",
"2793026183041093",
"2793026176012357",
"2793026185154629",
"2828836772432837",
"2793025862799429",
"2793026180501573",
"2794695801409669"
"2793026175356997",
"2793026182041669",
"2793026184302661",
"2793026175520837",
"3053572251340677",
"2793026188578885",
"2793026180993093",
"2793026174865477"
]
},
{
@@ -610,19 +612,19 @@
{
"path": "site_table_id",
"json_type": "integer",
"sample": "0",
"sample": "2793001695301765",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2793001695301765",
"2793023960600645",
"2793020955840645",
"0",
"2793001904918661",
"2793022937911365",
"2793022145302597",
"2793020259897413",
"2793016660660357",
"2793003066429509",
"2793001695301765"
"2942056832061125",
"2793018776703109",
"2793023960731717",
"2793003066429509"
]
},
{
@@ -634,9 +636,9 @@
"total_records": 200,
"samples": [
"2790683528317768",
"2793217599407941",
"2791932037238661",
"2790683528317765",
"2791932037238661"
"2793217599407941"
]
},
{
@@ -648,29 +650,29 @@
"total_records": 200,
"samples": [
"2790683528350540",
"2790683528350541",
"2793218343257925",
"2791948300259205",
"2792063209623429",
"2793236829620037",
"2791948300259205"
"2793218343257925",
"2790683528350541",
"2793236829620037"
]
},
{
"path": "tenant_goods_id",
"json_type": "integer",
"sample": "3004531315313413",
"sample": "2792114026696581",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3004531315313413",
"2792138158329733",
"2792115932417925",
"2792039804047237",
"2828836270377733",
"2792102047797125",
"2792126853369733",
"2793228842862405"
"2792114026696581",
"2792130734133125",
"2792142450249605",
"2792114975313797",
"3053571772270213",
"2792211982110597",
"2792128158191493",
"2792038476746629"
]
},
{

View File

@@ -5,19 +5,19 @@
{
"path": "tableProfile.id",
"json_type": "integer",
"sample": "2793022145302597",
"sample": "2793001695301765",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"2793022145302597",
"2793001695301765",
"2793023960682565",
"2942056832061125",
"2793003066429509",
"2793023960633413",
"2793020259995717",
"2956248279567557",
"2793018776735877",
"2793023960551493",
"2793012902121605"
"2851643520044485",
"2793020259897413",
"2851642357976581"
]
},
{
@@ -52,37 +52,37 @@
{
"path": "tableProfile.table_name",
"json_type": "string",
"sample": "888",
"sample": "A3",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"888",
"A3",
"M4",
"M7",
"A10",
"M3",
"S3",
"发财",
"VIP5",
"1",
"B4"
"补时长7",
"S1",
"补时长5"
]
},
{
"path": "tableProfile.site_table_area_id",
"json_type": "integer",
"sample": "2791963855982661",
"sample": "2791963794329671",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"2791963855982661",
"2791963794329671",
"2942056024575749",
"2791963887030341",
"2791963836207173",
"2956246442462533",
"2791963825803397",
"2802006170324037",
"2791963807682693",
"2791963848527941"
"2791963855982661",
"2956246442462533"
]
},
{
@@ -119,19 +119,19 @@
{
"path": "tableProfile.site_table_area_name",
"json_type": "string",
"sample": "K包",
"sample": "A区",
"depth": 1,
"occurrence": 200,
"total_records": 200,
"samples": [
"K包",
"A区",
"M7",
"麻将房",
"斯诺克区",
"发财",
"VIP包厢",
"补时长",
"B区",
"666"
"K包",
"发财"
]
},
{
@@ -422,19 +422,19 @@
{
"path": "id",
"json_type": "integer",
"sample": "3093721330321541",
"sample": "3109605756765765",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093721330321541",
"3093570952251653",
"3093460887587141",
"3093240533174469",
"3092712429406405",
"3092712429357253",
"3092668244035717",
"3092563449776389"
"3109605756765765",
"3109446449415749",
"3109351987005061",
"3109332508444229",
"3109293177145029",
"3109187466724997",
"3109116945942085",
"3109082065651397"
]
},
{
@@ -473,19 +473,19 @@
{
"path": "create_time",
"json_type": "string",
"sample": "2026-02-13 21:56:07",
"sample": "2026-02-25 03:14:35",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-13 21:56:07",
"2026-02-13 19:23:08",
"2026-02-13 17:31:10",
"2026-02-13 13:47:01",
"2026-02-13 04:49:48",
"2026-02-13 04:04:51",
"2026-02-13 02:18:15",
"2026-02-12 22:05:58"
"2026-02-25 03:14:35",
"2026-02-25 00:32:31",
"2026-02-24 22:56:26",
"2026-02-24 22:36:37",
"2026-02-24 21:56:37",
"2026-02-24 20:09:05",
"2026-02-24 18:57:20",
"2026-02-24 18:21:52"
]
},
{
@@ -502,19 +502,19 @@
{
"path": "ledger_amount",
"json_type": "number",
"sample": "125.88",
"sample": "55.12",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"125.88",
"66.14",
"64.0",
"34.0",
"1191.01",
"91.21",
"92.66",
"249.16"
"55.12",
"37.0",
"18.82",
"53.8",
"85.15",
"68.0",
"100.0",
"24.0"
]
},
{
@@ -574,37 +574,37 @@
{
"path": "order_settle_id",
"json_type": "integer",
"sample": "3093721299536133",
"sample": "3109605731042949",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093721299536133",
"3093570809759941",
"3093460849854725",
"3093240497031301",
"3092711340902597",
"3092668010514757",
"3092562710104197",
"3092315370047749"
"3109605731042949",
"3109446359008965",
"3109351800751749",
"3109332284065477",
"3109293144573509",
"3109187391882757",
"3109116926871045",
"3109082032915973"
]
},
{
"path": "order_trade_no",
"json_type": "integer",
"sample": "3093324364122309",
"sample": "3109464016143877",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093324364122309",
"3093400552720645",
"3093249285933253",
"3093153157597509",
"3092230766020741",
"3092158231251269",
"3092081794779333",
"3092053788625093"
"3109464016143877",
"3109110800598597",
"3109305433523909",
"3109199915435653",
"3108764744992261",
"3109034129409541",
"3109111326426629",
"3108846019839685"
]
},
{
@@ -621,19 +621,19 @@
{
"path": "site_table_id",
"json_type": "integer",
"sample": "2793022145302597",
"sample": "2793001695301765",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2793022145302597",
"2793001695301765",
"2793023960682565",
"2942056832061125",
"2793003066429509",
"2793023960633413",
"2793020259995717",
"2956248279567557",
"2793018776735877",
"2793023960551493",
"2793012902121605"
"2851643520044485",
"2793020259897413",
"2851642357976581"
]
},
{
@@ -650,19 +650,19 @@
{
"path": "tenant_table_area_id",
"json_type": "integer",
"sample": "2791961709907845",
"sample": "2791960001957765",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2791961709907845",
"2791960001957765",
"2942054283414597",
"2791962314215301",
"2791961347968901",
"2956244810877893",
"2791961060364165",
"2801978934053829",
"2791960521691013",
"2791961598955397"
"2791961709907845",
"2956244810877893"
]
}
]

View File

@@ -279,32 +279,32 @@
{
"path": "id",
"json_type": "integer",
"sample": "3093859291416901",
"sample": "3109605918557893",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093859291416901",
"3093855576901893",
"3093844120701253",
"3093804251023685",
"3093800356989125",
"3093793885112581",
"3093774985185413",
"3093761347356805"
"3109605918557893",
"3109605756077637",
"3109546641180357",
"3109546641163973",
"3109477011473989",
"3109446444762693",
"3109446444713541",
"3109446444729925"
]
},
{
"path": "add_clock_seconds",
"json_type": "integer",
"sample": "0",
"sample": "4200",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"4200",
"0",
"1200",
"1800"
"60"
]
},
{
@@ -327,49 +327,49 @@
"total_records": 200,
"samples": [
"0.0",
"125.88",
"66.14",
"64.0",
"34.0",
"1191.01",
"91.21",
"92.66"
"55.12",
"37.0",
"18.82",
"53.8",
"85.15",
"68.0",
"100.0"
]
},
{
"path": "coupon_promotion_amount",
"json_type": "number",
"sample": "96.0",
"sample": "0.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"0.0",
"96.0",
"48.0",
"0.0",
"68.0",
"44.2",
"136.0",
"113.66",
"116.0"
"123.53",
"126.78",
"116.0",
"204.0"
]
},
{
"path": "create_time",
"json_type": "string",
"sample": "2026-02-14 00:16:27",
"sample": "2026-02-25 03:14:45",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-14 00:16:27",
"2026-02-14 00:12:40",
"2026-02-14 00:01:01",
"2026-02-13 23:20:28",
"2026-02-13 23:16:30",
"2026-02-13 23:09:55",
"2026-02-13 22:50:42",
"2026-02-13 22:36:49"
"2026-02-25 03:14:45",
"2026-02-25 03:14:35",
"2026-02-25 02:14:27",
"2026-02-25 01:03:37",
"2026-02-25 00:32:31",
"2026-02-25 00:11:43",
"2026-02-25 00:02:54",
"2026-02-24 23:51:22"
]
},
{
@@ -409,109 +409,109 @@
{
"path": "last_use_time",
"json_type": "string",
"sample": "2026-02-14 00:15:53",
"sample": "2026-02-25 03:14:20",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-14 00:15:53",
"2026-02-13 23:59:55",
"2026-02-14 00:00:33",
"2026-02-13 23:04:53",
"2026-02-13 23:16:00",
"2026-02-13 23:05:40",
"2026-02-13 22:50:38",
"2026-02-13 22:35:21"
"2026-02-25 03:14:20",
"2026-02-25 03:10:40",
"2026-02-25 02:09:11",
"2026-02-24 21:17:55",
"2026-02-25 01:01:27",
"2026-02-25 00:06:11",
"2026-02-24 18:49:50",
"2026-02-24 18:51:02"
]
},
{
"path": "ledger_amount",
"json_type": "number",
"sample": "96.0",
"sample": "56.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"56.0",
"110.25",
"224.07",
"0.0",
"96.0",
"48.0",
"163.84",
"68.0",
"44.2",
"629.43",
"136.0",
"113.66"
"357.08",
"293.37",
"48.0"
]
},
{
"path": "ledger_count",
"json_type": "integer",
"sample": "7200",
"sample": "4200",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"4200",
"8269",
"16805",
"0",
"7200",
"3600",
"8674",
"3315",
"12053",
"7055",
"3171",
"3650"
"18904",
"10777",
"3600"
]
},
{
"path": "ledger_end_time",
"json_type": "string",
"sample": "2026-02-14 00:15:53",
"sample": "2026-02-25 03:14:20",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-14 00:15:53",
"2026-02-13 23:59:55",
"2026-02-14 00:00:33",
"2026-02-13 23:04:53",
"2026-02-13 23:16:00",
"2026-02-13 23:05:40",
"2026-02-13 22:50:38",
"2026-02-13 22:35:21"
"2026-02-25 03:14:20",
"2026-02-25 03:10:40",
"2026-02-25 02:09:11",
"2026-02-24 21:17:55",
"2026-02-25 01:01:27",
"2026-02-25 00:06:11",
"2026-02-24 18:49:50",
"2026-02-24 18:51:02"
]
},
{
"path": "ledger_name",
"json_type": "string",
"sample": "A15",
"sample": "A1",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"A15",
"A4",
"TV",
"S4",
"A3",
"A1",
"A9",
"A17"
"A3",
"M2",
"666",
"A2",
"M7",
"VIP3",
"A4"
]
},
{
"path": "ledger_start_time",
"json_type": "string",
"sample": "2026-02-13 22:15:53",
"sample": "2026-02-25 03:14:20",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-13 22:15:53",
"2026-02-13 22:59:55",
"2026-02-13 21:35:59",
"2026-02-13 22:04:53",
"2026-02-13 21:16:00",
"2026-02-13 22:05:40",
"2026-02-13 21:55:23",
"2026-02-13 20:35:21"
"2026-02-25 03:14:20",
"2026-02-25 00:50:24",
"2026-02-24 21:24:19",
"2026-02-24 21:17:55",
"2026-02-24 23:01:27",
"2026-02-24 18:51:05",
"2026-02-24 15:50:13",
"2026-02-24 18:51:02"
]
},
{
@@ -534,13 +534,13 @@
"total_records": 200,
"samples": [
"48.0",
"68.0",
"188.0",
"58.0",
"398.0",
"98.0",
"158.0",
"100.0"
"68.0",
"98.0",
"58.0",
"100.0",
"188.0",
"398.0"
]
},
{
@@ -553,28 +553,25 @@
"samples": [
"0.0",
"163.84",
"134.3",
"286.6",
"681.58",
"158.74"
"134.3"
]
},
{
"path": "member_id",
"json_type": "integer",
"sample": "0",
"sample": "2799207176636165",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2799207176636165",
"0",
"2799212845565701",
"2860039721438277",
"2799207359858437",
"2799207406946053",
"2799207522600709",
"2799207117129477",
"2799207133021957",
"2849995548625861",
"2799212845565701"
"2799207117129477"
]
},
{
@@ -613,14 +610,14 @@
{
"path": "order_consumption_type",
"json_type": "integer",
"sample": "3",
"sample": "1",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"1",
"3",
"2",
"1"
"2"
]
},
{
@@ -637,73 +634,73 @@
{
"path": "order_settle_id",
"json_type": "integer",
"sample": "3093859276196037",
"sample": "3109605875369605",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093859276196037",
"3093855537596549",
"3093843703564549",
"3093804233967877",
"3093800338802821",
"3093793847478597",
"3093774959741061",
"3093761316341957"
"3109605875369605",
"3109605731042949",
"3109546377135685",
"3109476991518341",
"3109446359008965",
"3109425977673221",
"3109417304720901",
"3109405973333573"
]
},
{
"path": "order_trade_no",
"json_type": "integer",
"sample": "3093740766775621",
"sample": "3109605511153349",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"3093740766775621",
"3093784062036101",
"3093701555882181",
"3093729955563653",
"3093681905567877",
"3093730735376517",
"3093720617519301",
"3093641948924229"
"3109605511153349",
"3109464016143877",
"3109261426705989",
"3109255136560837",
"3109356919277061",
"3109110800598597",
"3108933000873669",
"3109110753642053"
]
},
{
"path": "real_table_charge_money",
"json_type": "number",
"sample": "0.0",
"sample": "56.0",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"56.0",
"55.13",
"224.07",
"0.0",
"503.55",
"42.28",
"48.67",
"24.29",
"66.14",
"49.97",
"24.44"
"320.08",
"293.37",
"208.0",
"288.32"
]
},
{
"path": "real_table_use_seconds",
"json_type": "integer",
"sample": "7200",
"sample": "4200",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"4200",
"8269",
"16805",
"0",
"7200",
"3600",
"8674",
"3315",
"12053",
"7055",
"3171",
"3651"
"18904",
"10777",
"3600"
]
},
{
@@ -779,13 +776,13 @@
"total_records": 200,
"samples": [
"2791963794329671",
"2791963864273029",
"2791963836207173",
"2791963855982661",
"2791963807682693",
"2791963816579205",
"2791963887030341",
"2956246442462533"
"2791963848527941",
"2942056024575749",
"2791963825803397",
"2791963836207173",
"2791963807682693",
"2802006170324037"
]
},
{
@@ -797,49 +794,49 @@
"total_records": 200,
"samples": [
"A区",
"TV台",
"斯诺克区",
"K包",
"B区",
"C区",
"麻将房",
"发财"
"666",
"M7",
"VIP包厢",
"斯诺克区",
"B区",
"补时长"
]
},
{
"path": "site_table_id",
"json_type": "integer",
"sample": "2793003506815045",
"sample": "2791964216463493",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2793003506815045",
"2793001904918661",
"2793022937911365",
"2793020260044869",
"2793001695301765",
"2791964216463493",
"2793002980429893",
"2793003705192517"
"2793001695301765",
"2793023960600645",
"2793020955840645",
"2792521437958213",
"2942056832061125",
"2793018776703109",
"2793001904918661"
]
},
{
"path": "start_use_time",
"json_type": "string",
"sample": "2026-02-13 22:15:53",
"sample": "2026-02-25 03:14:20",
"depth": 0,
"occurrence": 200,
"total_records": 200,
"samples": [
"2026-02-13 22:15:53",
"2026-02-13 22:59:55",
"2026-02-13 21:35:59",
"2026-02-13 22:04:53",
"2026-02-13 21:16:00",
"2026-02-13 22:05:40",
"2026-02-13 21:55:23",
"2026-02-13 20:35:21"
"2026-02-25 03:14:20",
"2026-02-25 00:50:24",
"2026-02-24 21:24:19",
"2026-02-24 21:17:55",
"2026-02-24 23:01:27",
"2026-02-24 18:51:05",
"2026-02-24 15:50:13",
"2026-02-24 18:51:02"
]
},
{
@@ -862,13 +859,13 @@
"total_records": 200,
"samples": [
"2791960001957765",
"2791962068946821",
"2791961347968901",
"2791961709907845",
"2791960521691013",
"2791960850435973",
"2791962314215301",
"2956244810877893"
"2791961598955397",
"2942054283414597",
"2791961060364165",
"2791961347968901",
"2791960521691013",
"2801978934053829"
]
},
{