select charging_pile_id, charging_station_id, name, national_standard, power, auxiliary_power_supply, input_voltage, max_voltage, min_voltage, max_electric_current, min_electric_current, serial_number, type, program_version, network_link_type, gun_number,communication_protocol_version,communication_operator,sim_card,rate_model_id,charging_pile_number,status, del_flag, create_time, create_by, update_time, update_by, remark, rate_model_id from xhpc_charging_pile
insert into xhpc_charging_pile
charging_station_id,
name,
national_standard,
power,
auxiliary_power_supply,
input_voltage,
max_voltage,
min_voltage,
max_electric_current,
min_electric_current,
serial_number,
type,
program_version,
network_link_type,
gun_number,
communication_protocol_version,
communication_operator,
sim_card,
rate_model_id,
charging_pile_number,
status,
del_flag,
create_time,
create_by,
update_time,
update_by,
remark
#{chargingStationId},
#{name},
#{nationalStandard},
#{power},
#{auxiliaryPowerSupply},
#{inputVoltage},
#{maxVoltage},
#{minVoltage},
#{maxElectricCurrent},
#{minElectriCurrent},
#{serialNumber},
#{type},
#{programVersion},
#{networkLinkType},
#{gunNumber},
#{communicationProtocolVersion},
#{communicationOperator},
#{simCard},
#{rateModelId},
#{chargingPileNumber},
#{status},
#{delFlag},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{remark}