初始提交:飞球 ETL 系统全量代码

This commit is contained in:
Neo
2026-02-13 08:05:34 +08:00
commit 3c51f5485d
441 changed files with 117631 additions and 0 deletions

View File

@@ -0,0 +1,641 @@
[
{
"id": "assistant_accounts_master",
"name_zh": "助教账号主数据",
"module": "PersonnelManagement",
"action": "SearchAssistantInfo",
"method": "POST",
"ods_table": "assistant_accounts_master",
"description": "查询门店下所有助教账号的基础信息(人事档案维表)",
"body": {
"workStatusEnum": 0,
"dingTalkSynced": 0,
"leaveId": 0,
"criticismStatus": 0,
"signStatus": -1,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": false,
"data_path": "data.list"
},
{
"id": "settlement_records",
"name_zh": "结账记录",
"module": "Site",
"action": "GetAllOrderSettleList",
"method": "POST",
"ods_table": "settlement_records",
"description": "查询门店结账(台费+商品+助教)汇总记录",
"body": {
"settleType": 0,
"rangeStartTime": "2026-02-01 08:00:00",
"rangeEndTime": "2026-02-13 08:00:00",
"siteId": 2790685415443269,
"siteTableAreaIdList": [],
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"rangeStartTime",
"rangeEndTime"
],
"data_path": "data.settleList"
},
{
"id": "assistant_service_records",
"name_zh": "助教服务流水",
"module": "AssistantPerformance",
"action": "GetOrderAssistantDetails",
"method": "POST",
"ods_table": "assistant_service_records",
"description": "查询助教服务明细(含订单关联、计费、确认状态)",
"body": {
"siteId": 2790685415443269,
"startTime": "2026-02-01 08:00:00",
"endTime": "2026-02-13 08:00:00",
"IsConfirm": 0,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"startTime",
"endTime"
],
"data_path": "data.list"
},
{
"id": "assistant_cancellation_records",
"name_zh": "助教撤销记录",
"module": "AssistantPerformance",
"action": "GetAbolitionAssistant",
"method": "POST",
"ods_table": "assistant_cancellation_records",
"description": "查询助教服务被撤销/取消的记录",
"body": {
"startTime": "2026-02-01 08:00:00",
"endTime": "2026-02-13 08:00:00",
"siteId": 2790685415443269,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"startTime",
"endTime"
],
"data_path": "data.list"
},
{
"id": "table_fee_transactions",
"name_zh": "台费流水",
"module": "Site",
"action": "GetSiteTableOrderDetails",
"method": "POST",
"ods_table": "table_fee_transactions",
"description": "查询台桌开台/结账的台费订单明细",
"body": {
"startTime": "2026-02-01 08:00:00",
"endTime": "2026-02-13 08:00:00",
"siteId": 2790685415443269,
"isSaleManUser": 0,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"startTime",
"endTime"
],
"data_path": "data.list"
},
{
"id": "table_fee_discount_records",
"name_zh": "台费优惠记录",
"module": "Site",
"action": "GetTaiFeeAdjustList",
"method": "POST",
"ods_table": "table_fee_discount_records",
"description": "查询台费调整/优惠明细",
"body": {
"startTime": "2026-02-01 08:00:00",
"endTime": "2026-02-13 08:00:00",
"siteId": 2790685415443269,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"startTime",
"endTime"
],
"data_path": "data.list"
},
{
"id": "payment_transactions",
"name_zh": "支付流水",
"module": "PayLog",
"action": "GetPayLogListPage",
"method": "POST",
"ods_table": "payment_transactions",
"description": "查询支付日志(含在线/线下/余额等多种支付方式)",
"body": {
"StartPayTime": "2026-02-01 08:00:00",
"EndPayTime": "2026-02-13 08:00:00",
"siteId": 2790685415443269,
"OnlinePayChannel": 0,
"paymentMethod": 0,
"relateType": 0,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"StartPayTime",
"EndPayTime"
],
"data_path": "data.list"
},
{
"id": "refund_transactions",
"name_zh": "退款流水",
"module": "Order",
"action": "GetRefundPayLogList",
"method": "POST",
"ods_table": "refund_transactions",
"description": "查询退款记录明细",
"body": {
"startTime": "2026-02-01 08:00:00",
"endTime": "2026-02-13 08:00:00",
"siteId": 2790685415443269,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"startTime",
"endTime"
],
"data_path": "data.list"
},
{
"id": "platform_coupon_redemption_records",
"name_zh": "平台券核销记录",
"module": "Promotion",
"action": "GetOfflineCouponConsumePageList",
"method": "POST",
"ods_table": "platform_coupon_redemption_records",
"description": "查询线下/平台优惠券核销明细",
"body": {
"couponChannel": 0,
"startTime": "2026-02-01 08:00:00",
"endTime": "2026-02-13 08:00:00",
"siteId": 2790685415443269,
"couponUseStatus": 0,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"startTime",
"endTime"
],
"data_path": "data.list"
},
{
"id": "tenant_goods_master",
"name_zh": "租户商品主数据",
"module": "TenantGoods",
"action": "QueryTenantGoods",
"method": "POST",
"ods_table": "tenant_goods_master",
"description": "查询租户级商品定义(含成本、折扣、状态)",
"body": {
"costPriceType": 0,
"ableDiscount": -1,
"tenantGoodsStatus": 0,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": false,
"data_path": "data.list"
},
{
"id": "store_goods_sales_records",
"name_zh": "门店商品销售记录",
"module": "TenantGoods",
"action": "GetGoodsSalesList",
"method": "POST",
"ods_table": "store_goods_sales_records",
"description": "查询门店商品销售明细(含绑定销售、独立销售)",
"body": {
"isSalesBind": 0,
"startTime": "2026-02-01 08:00:00",
"endTime": "2026-02-13 08:00:00",
"siteId": 2790685415443269,
"goodsSalesType": 0,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"startTime",
"endTime"
],
"data_path": "data.list"
},
{
"id": "store_goods_master",
"name_zh": "门店商品库存主数据",
"module": "TenantGoods",
"action": "GetGoodsInventoryList",
"method": "POST",
"ods_table": "store_goods_master",
"description": "查询门店商品库存列表(含分类、状态、库存量)",
"body": {
"goodsSecondCategoryId": [],
"goodsState": 0,
"enableStatus": 0,
"siteId": [
2790685415443269
],
"existsGoodsStock": 0,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": false,
"data_path": "data.list"
},
{
"id": "stock_goods_category_tree",
"name_zh": "商品分类树",
"module": "TenantGoodsCategory",
"action": "QueryPrimarySecondaryCategory",
"method": "POST",
"ods_table": "stock_goods_category_tree",
"description": "查询商品一级/二级分类树",
"body": null,
"pagination": null,
"time_range": false,
"data_path": "data"
},
{
"id": "goods_stock_movements",
"name_zh": "库存出入库流水",
"module": "GoodsStockManage",
"action": "QueryGoodsOutboundReceipt",
"method": "POST",
"ods_table": "goods_stock_movements",
"description": "查询商品出入库单据明细",
"body": {
"siteId": 2790685415443269,
"stockType": 0,
"startTime": "2026-02-01 08:00:00",
"endTime": "2026-02-13 08:00:00",
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"startTime",
"endTime"
],
"data_path": "data.list"
},
{
"id": "member_profiles",
"name_zh": "会员档案",
"module": "MemberProfile",
"action": "GetTenantMemberList",
"method": "POST",
"ods_table": "member_profiles",
"description": "查询门店会员基础信息列表",
"body": {
"isMemberInBlackList": 0,
"status_Revoked": 0,
"isBindOrg": 0,
"registerSource": 0,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": false,
"data_path": "data.list"
},
{
"id": "member_stored_value_cards",
"name_zh": "会员储值卡",
"module": "MemberProfile",
"action": "GetTenantMemberCardList",
"method": "POST",
"ods_table": "member_stored_value_cards",
"description": "查询会员储值卡列表(含余额、折扣、状态)",
"body": {
"siteId": 2790685415443269,
"cardPhysicsType": 0,
"status": 0,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": false,
"data_path": "data.list"
},
{
"id": "recharge_settlements",
"name_zh": "充值结算记录",
"module": "Site",
"action": "GetRechargeSettleList",
"method": "POST",
"ods_table": "recharge_settlements",
"description": "查询充值结算汇总记录",
"body": {
"settleType": 0,
"paymentMethod": 0,
"rangeStartTime": "2026-02-01 08:00:00",
"rangeEndTime": "2026-02-13 08:00:00",
"siteId": 2790685415443269,
"isFirst": 0,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"rangeStartTime",
"rangeEndTime"
],
"data_path": "data.settleList"
},
{
"id": "member_balance_changes",
"name_zh": "会员余额变动",
"module": "MemberProfile",
"action": "GetMemberCardBalanceChange",
"method": "POST",
"ods_table": "member_balance_changes",
"description": "查询会员储值卡余额变动明细",
"body": {
"startTime": "2026-02-01 08:00:00",
"endTime": "2026-02-13 08:00:00",
"fromType": 0,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"startTime",
"endTime"
],
"data_path": "data.list"
},
{
"id": "group_buy_packages",
"name_zh": "团购套餐定义",
"module": "PackageCoupon",
"action": "QueryPackageCouponList",
"method": "POST",
"ods_table": "group_buy_packages",
"description": "查询团购/套餐券定义列表",
"body": {
"areaId": [],
"commonShowStatus": 1,
"offlineCouponChannel": 0,
"systemGroupType": 1,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": false,
"data_path": "data.list"
},
{
"id": "group_buy_redemption_records",
"name_zh": "团购核销记录",
"module": "Site",
"action": "GetSiteTableUseDetails",
"method": "POST",
"ods_table": "group_buy_redemption_records",
"description": "查询团购券/套餐券核销明细",
"body": {
"siteId": 2790685415443269,
"offlineCouponChannel": 0,
"startTime": "2026-02-01 08:00:00",
"endTime": "2026-02-13 08:00:00",
"page": 1,
"limit": 100,
"queryType": 1
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"startTime",
"endTime"
],
"data_path": "data.list"
},
{
"id": "goods_stock_summary",
"name_zh": "库存汇总报表",
"module": "TenantGoods",
"action": "GetGoodsStockReport",
"method": "POST",
"ods_table": "goods_stock_summary",
"description": "查询商品库存汇总报表",
"body": {
"siteId": 2790685415443269,
"startTime": "2026-02-01 08:00:00",
"endTime": "2026-02-13 08:00:00",
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": true,
"time_keys": [
"startTime",
"endTime"
],
"data_path": "data.list"
},
{
"id": "site_tables_master",
"name_zh": "台桌主数据",
"module": "Table",
"action": "GetSiteTables",
"method": "POST",
"ods_table": "site_tables_master",
"description": "查询门店台桌列表(含区域、状态、虚拟桌)",
"body": {
"showStatus": 0,
"virtualTableType": -1,
"page": 1,
"limit": 100
},
"pagination": {
"type": "page_limit",
"page_key": "page",
"limit_key": "limit",
"max_limit": 100
},
"time_range": false,
"data_path": "data.list"
},
{
"id": "settlement_ticket_details",
"name_zh": "结账小票明细",
"module": "Order",
"action": "GetOrderSettleTicketNew",
"method": "POST",
"ods_table": "settlement_ticket_details",
"description": "查询结账小票明细(暂不可用)",
"body": null,
"pagination": null,
"time_range": false,
"data_path": null,
"skip": true
},
{
"id": "role_area_association",
"name_zh": "角色区域关联",
"module": "User",
"action": "QueryRoleAreaAssociation",
"method": "POST",
"ods_table": null,
"description": "查询角色与区域的关联关系(统计某种卡的合计情况)",
"body": {
"roleId": 12
},
"pagination": null,
"time_range": false,
"data_path": "data"
},
{
"id": "tenant_member_balance_overview",
"name_zh": "会员余额总览",
"module": "MemberProfile",
"action": "TenantMemberBalanceOverview",
"method": "POST",
"ods_table": null,
"description": "查询各类会员卡统计一览(余额汇总)",
"body": null,
"pagination": null,
"time_range": false,
"data_path": "data"
}
]