在准备环境前提交次全部更改。

This commit is contained in:
Neo
2026-02-19 08:35:13 +08:00
parent ded6dfb9d8
commit 4eac07da47
1387 changed files with 6107191 additions and 33002 deletions

View File

@@ -0,0 +1,110 @@
{
"ods_table": "goods_stock_summary",
"anchors": {
"api": "api-goods-stock-summary",
"ods": "ods-goods-stock-summary",
"dwd": {}
},
"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": {},
"dwd_to_ods": {}
}