select * from fs_gu_coin_goods
insert into fs_gu_coin_goods
img_url,
images,
goods_name,
ot_price,
goods_type,
status,
gu_coin,
cash,
sort,
stock,
descs,
bar_code,
temp_id,
create_by,
create_time,
#{imgUrl},
#{images},
#{goodsName},
#{otPrice},
#{goodsType},
#{status},
#{guCoin},
#{cash},
#{sort},
#{stock},
#{descs},
#{barCode},
#{tempId},
#{createBy},
#{createTime},
update fs_gu_coin_goods
img_url = #{imgUrl},
images = #{images},
goods_name = #{goodsName},
ot_price = #{otPrice},
goods_type = #{goodsType},
status = #{status},
gu_coin = #{guCoin},
cash = #{cash},
sort = #{sort},
stock = #{stock},
descs = #{descs},
bar_code = #{barCode},
temp_id = #{tempId},
update_by = #{updateBy},
update_time = #{updateTime},
where goods_id = #{goodsId}
delete from fs_gu_coin_goods where goods_id = #{goodsId}
delete from fs_gu_coin_goods where goods_id in
#{goodsId}