Commit c9d05416 by liyanlin

Update README.md

parent 9257d6d9
......@@ -25,31 +25,34 @@ datacenter-domain: 领域模块
```xml
<imageName>ccr.ccs.tencentyun.com/blt.data.job/ebay-report-produce:latest</imageName>
```
## 二、项目结构
```
├── 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-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-mq //使用MQ的模块
| |── datacenter-base-mq
| | |── base-sync-stock-wms //同步wms库存
├── datacenter-task
   ├── ebay-report-consumer //scdf ebay 报告下载分析写入
   ├── ebay-report-produce //scdf edbay 报告生成
├── ebay-report-consumer //scdf ebay 报告下载分析写入
├── ebay-report-produce //scdf edbay 报告生成
```
## 三、如何开发
\ No newline at end of file
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