INSERT INTO wms_allocate_order_detail (allocate_code,material_id,allocate_order_qty,tenant_id,create_by,create_time,update_by,update_time) values (#{item.allocateCode},#{item.materialId},#{item.allocateOrderQty},#{item.tenantId},#{item.createBy},#{item.createTime},#{item.updateBy},#{item.updateTime})