INSERT INTO zs_tjfx_base_data (
product_code, product_name, brand,
category_id, category_specs,
created_at, updated_at
)
VALUES
(
#{item.productCode},
#{item.productName},
#{item.brand},
#{item.categoryId},
#{item.categorySpecs},
#{item.createdAt},
#{item.updatedAt}
)