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,
status,
del_flag,
create_time,
create_by,
update_time,
update_by,
remark,
rate_model_id,
brand_model,
production_date productionDate,
manufacture_name manufactureName,
connector_type connectorType,
current,
equipment_type equipmentType
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,
status,
del_flag,
create_time,
create_by,
update_time,
update_by,
remark,
brand_model,
production_date,
manufacture_name,
connector_type,
current,
equipment_type
#{chargingStationId},
#{name},
#{nationalStandard},
#{power},
#{auxiliaryPowerSupply},
#{inputVoltage},
#{maxVoltage},
#{minVoltage},
#{maxElectricCurrent},
#{minElectriCurrent},
#{serialNumber},
#{type},
#{programVersion},
#{networkLinkType},
#{gunNumber},
#{communicationProtocolVersion},
#{communicationOperator},
#{simCard},
#{rateModelId},
#{status},
#{delFlag},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{remark},
#{brandModel},
#{productionDate},
#{manufactureName},
#{connectorType},
#{current},
#{equipmentType}