Item Master data业务描述
联想的物料和供应商主数据通过VMI平台下发给3PL。3PL基于该主数据进行物料的收货和pull料转移等操作。
Item Master data接口集成方式
参考Batch Integration模块
Item Master data业务字段
参数名称 | 参数类型 | 数据库type | 描述 | Primary Key | 是否必填/不为空 |
---|---|---|---|---|---|
supplierId | string | VARCHAR2(40) | Supplier Id | Y | |
supplierDesc | string | VARCHAR2(200) | Supplier Description | ||
itemId | string | VARCHAR2(18) | Material Id | Y | |
itemDesc | string | VARCHAR2(200) | Material Description | ||
shipToId | string | VARCHAR2(4) | Logical plant | Y | |
itemType | string | VARCHAR2(40) | Material type, defined by ECC sscode | ||
status | string | VARCHAR2(40) | Operation type * | ||
inspectionType | string | VARCHAR2(40) | Whether the item needs inspection, IQC检测flag | ||
dataType | string | VARCHAR2(20) | ItemSupplier |
Item Master data报文示例
json
{
"push_id": "11111",
"workshop_code": "workshop code",
"source_system": "VMI",
"target_system": "source system",
"system_time":"2020-11-20 14:00:00",
"total_size": 2,
"current_page": 1,
"current_page_size": 1,
"data": [
{
"supplierId": "A**",
"supplierDesc": "desc",
"itemId": "A**A",
"itemDesc": "desc ",
"shipToId": "A**",
"itemType": "PU",
"status": "UPDATE",
"inspectionType": "Y",
"dataType": "ItemSupplier"
}
]
}