select id, version, production_time, quantity, instructions, create_time from rl_hardware_version
insert into rl_hardware_version
id,version,production_time,quantity,instructions,create_time,#{id},#{version},#{productionTime},#{quantity},#{instructions},#{createTime},
update rl_hardware_version
version = #{version},production_time = #{productionTime},quantity = #{quantity},instructions = #{instructions},create_time = #{createTime},
where id = #{id}
delete from rl_hardware_version where id = #{id}
delete from rl_hardware_version where id in
#{id}