select id, factory, material_code, predict_date, create_by, create_time, update_by, update_time, predict_quantity from aps_gas_pipeline_prediction
insert into aps_gas_pipeline_prediction
id,factory,material_code,predict_date,create_by,create_time,update_by,update_time,predict_quantity,#{id},#{factory},#{materialCode},#{predictDate},#{createBy},#{createTime},#{updateBy},#{updateTime},#{predictQuantity},
update aps_gas_pipeline_prediction
factory = #{factory},material_code = #{materialCode},predict_date = #{predictDate},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},predict_quantity = #{predictQuantity},
where id = #{id}
delete from aps_gas_pipeline_prediction where id = #{id}
delete from aps_gas_pipeline_prediction where id in
#{id}
delete from aps_gas_pipeline_prediction