我知道一些AIF类要导入到标准表中,如下所示: InventItem_InventTable ;VendVendTable_VendTable 等...
我必须导入到 InventTable,并且,我也想在InventItemLocation表中插入。
当我启动:
entityKeyList = InventItemService::construct().create(InventItemDocument);
发生 InventItemLocation 自动填充。
是否有其他 AIF 类用于导入和填充InventItemLocation
?
我会决定插入特定字段(与 inventTable 无关)。