select id, name, products_name, device_brand, device_type, device_encoding, type, longitude, latitude, installation_location, name_project, construction_year, docking_method, del_flag, create_time, create_by, update_time, update_by from iot_device_information_moisture
insert into iot_device_information_moisture
name,
products_name,
device_brand,
device_type,
device_encoding,
type,
longitude,
latitude,
installation_location,
name_project,
construction_year,
docking_method,
del_flag,
create_time,
create_by,
update_time,
update_by,
#{name},
#{productsName},
#{deviceBrand},
#{deviceType},
#{deviceEncoding},
#{type},
#{longitude},
#{latitude},
#{installationLocation},
#{nameProject},
#{constructionYear},
#{dockingMethod},
#{delFlag},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
update iot_device_information_moisture
name = #{name},
products_name = #{productsName},
device_brand = #{deviceBrand},
device_type = #{deviceType},
device_encoding = #{deviceEncoding},
type = #{type},
longitude = #{longitude},
latitude = #{latitude},
installation_location = #{installationLocation},
name_project = #{nameProject},
construction_year = #{constructionYear},
docking_method = #{dockingMethod},
del_flag = #{delFlag},
create_time = #{createTime},
create_by = #{createBy},
update_time = #{updateTime},
update_by = #{updateBy},
where id = #{id}
delete from iot_device_information_moisture where id = #{id}
delete from iot_device_information_moisture where id in
#{id}