use_product_code 设为 false 时,入库单的物料编码为非必填项;use_product_code 配置时,需清空向量库中的数据以保证一致性。product_code:商品编码 / 物料编码product_name:物料名称targetFile: 发票明细文件(CSV 格式,UTF-8 编码)。文件中的每一行表示一条发票明细记录,字段说明如下:item_id(string):发票明细的唯一标识。每条记录必须提供该字段,且不能重复。product_name(string):商品名称。必填字段specification_model(string):规格型号,可为空。unit(string):单位,可为空。quantity(float):数量,可为空(根据匹配模式决定是否必填)。unit_price(float):单价,可为空。amount(float):不含税金额,可为空(根据匹配模式决定是否必填)。⚠️ 字段要求说明(根据匹配模式 matchMode而定):当 matchMode = "0"(金额优先匹配)时,必须填写amount字段。