id, station_id, member_id, mobile_number, create_time, create_by, update_time, update_by, del_flag
select
from pile_station_whitelist
insert into pile_station_whitelist
id,station_id,member_id,mobile_number,create_time,create_by,update_time,update_by,del_flag,#{id},#{stationId},#{memberId},#{mobileNumber},#{createTime},#{createBy},#{updateTime},#{updateBy},#{delFlag},
update pile_station_whitelist
station_id = #{stationId},member_id = #{memberId},mobile_number = #{mobileNumber},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},del_flag = #{delFlag},
where id = #{id}
delete from pile_station_whitelist where id = #{id}
delete from pile_station_whitelist where id in
#{id}