select id, name, description, file_path, apply_type, create_time, create_by, update_time, update_by, del_flag from pile_firmware_info
insert into pile_firmware_info
id,name,description,file_path,apply_type,create_time,create_by,update_time,update_by,del_flag,#{id},#{name},#{description},#{filePath},#{applyType},#{createTime},#{createBy},#{updateTime},#{updateBy},#{delFlag},
update pile_firmware_info
name = #{name},description = #{description},file_path = #{filePath},apply_type = #{applyType},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},del_flag = #{delFlag},
where id = #{id}
delete from pile_firmware_info where id = #{id}
delete from pile_firmware_info where id in
#{id}