select id, store_id, prod_name, prod_cate_id, factory_art_num, prod_art_num, prod_title, prod_weight, produce_price, over_price, delivery_time, listing_way, next_barcode_num, listing_way_schedule, vroucher_date, prod_status, version, del_flag, create_by, create_time, update_by, update_time from store_product
insert into store_product
prod_name,
prod_cate_id,
factory_art_num,
prod_art_num,
prod_title,
prod_weight,
produce_price,
over_price,
delivery_time,
listing_way,
next_barcode_num,
listing_way_schedule,
vroucher_date,
prod_status,
version,
del_flag,
create_by,
create_time,
update_by,
update_time,
#{prodName},
#{prodCateId},
#{factoryArtNum},
#{prodArtNum},
#{prodTitle},
#{prodWeight},
#{producePrice},
#{overPrice},
#{deliveryTime},
#{listingWay},
#{nextBarcodeNum},
#{listingWaySchedule},
#{vroucherDate},
#{prodStatus},
#{version},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update store_product
prod_name = #{prodName},
prod_cate_id = #{prodCateId},
factory_art_num = #{factoryArtNum},
prod_art_num = #{prodArtNum},
prod_title = #{prodTitle},
prod_weight = #{prodWeight},
produce_price = #{producePrice},
over_price = #{overPrice},
delivery_time = #{deliveryTime},
listing_way = #{listingWay},
next_barcode_num = #{nextBarcodeNum},
listing_way_schedule = #{listingWaySchedule},
vroucher_date = #{vroucherDate},
prod_status = #{prodStatus},
version = #{version},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from store_product where id = #{id}
delete from store_product where id in
#{id}