Commit c7c70a21 by huluobin

# 更新

parent 8e2859bc
......@@ -27,42 +27,27 @@ datacenter-domain: 领域模块
## 二、项目结构
```
├── data-api //外部api
├── data-base
│   ├── base-sync-amazon-ad //同步亚马逊广告费用
│   ├── base-sync-cashier //同步财务信息
│   ├── base-sync-company //同步公司和账户信息
│   ├── base-sync-cost-first //同步物流头程费用
│   ├── base-sync-crm-refund //同步CRM系统退款
│   ├── base-sync-finance-ebay //同步EBAY费用信息
│   ├── base-sync-finance-fee //同步费用系统信息
│   ├── base-sync-finance-wish //同步WISH费用信息
│   ├── base-sync-oms-order //同步OMS系统订单
│   ├── base-sync-paypal //同步Paypal流水
│   ├── base-sync-purchase //同步采购系统流水
│   ├── base-sync-purchase-details //同步采购系统详情
│   ├── base-sync-semi-order //同步半成品信息
│   ├── base-sync-shopify //同步SHOPIFY数据
│   ├── base-sync-sku //同步SKUMS
│   ├── base-sync-stock-wms //同步WMS系统库存
│   ├── base-sync-transfer //同步调拨流水
│   └── base-sync-warehouse //同步仓库信息
├── data-common //实体 方法
├── data-finance
│   ├── finance-accounting-entry
│   └── finance-balance-sheet
├── data-mid //mid-中间数据处理
│   ├── mid-auto-turnover-prepare //(过期)
│   ├── mid-calculate-cost-first //计算头程费
│   ├── mid-calculate-item //
│   ├── mid-calculate-sales //计算销量
│   ├── mid-calculate-transit //计算在途,缺货等数据
│   ├── mid-daily-stock //计算每日库存
│   ├── mid-duration-stock //计算库龄
│   ├── mid-ebay-uk-report //ebay-uk发货分析报表
│   └── mid-fba-fee-avg //计算FBA平均费用
├── data-show //show-数据价值展现
│   └── show-auto-turnover //计算周转
├── README.md
├── datacenter-domain //实体 方法
├── datacenter-job
│   ├── datacenter-base
│   │   ├── base-sync-cashier //同步财务信息
│   │   ├── base-sync-company //同步公司和账户信息
│   │   ├── base-sync-ebay //同步EBAY费用信息
│   │   ├── base-sync-fee //同步费用系统信息
│   │   ├── base-sync-purchase-details //同步采购系统详情
│   │   ├── base-sync-sample //示例代码
│   │   ├── base-sync-sku //同步SKUMS
│   ├── datacenter-finance
│   │   ├── finance-balance-sheet //资产负债表
│   ├── datacenter-mid
│   │   ├── mid-calculate-transit //计算在途,缺货等数据
│   │   ├── mid-calculate-turnover-prepare //周转预计算
│   │   ├── mid-daily-snapshot //每日快照数据
├── datacenter-task
│   ├── ebay-report-consumer //scdf ebay 报告下载分析写入
│   ├── ebay-report-produce //scdf edbay 报告生成
```
## 三、如何开发
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment