Skip to content

Item Master data业务描述

联想的物料和供应商主数据通过VMI平台下发给3PL。3PL基于该主数据进行物料的收货和pull料转移等操作。

Item Master data接口集成方式

参考Batch Integration模块

Item Master data业务字段

参数名称参数类型数据库type描述Primary Key是否必填/不为空
supplierIdstringVARCHAR2(40)Supplier IdY
supplierDescstringVARCHAR2(200)Supplier Description
itemIdstringVARCHAR2(18)Material IdY
itemDescstringVARCHAR2(200)Material Description
shipToIdstringVARCHAR2(4)Logical plantY
itemTypestringVARCHAR2(40)Material type, defined by ECC sscode
statusstringVARCHAR2(40)Operation type *
inspectionTypestringVARCHAR2(40)Whether the item needs inspection, IQC检测flag
dataTypestringVARCHAR2(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"
	}
  ]
}