select id, code, name, inteface_type, warehouse_type, warehouse_prop, bonded_type, own_type, contact, tel, country, province, city, district, address, zip, send_company, send_name, send_province, send_city, send_district, send_tel, send_address, send_zip, status, order_num, coordinate, ext_param, tenant_id, del_flag, create_by, create_time, update_by, update_time, remark from wms_warehouse
insert into wms_warehouse
id,
code,
name,
inteface_type,
warehouse_type,
warehouse_prop,
bonded_type,
own_type,
contact,
tel,
country,
province,
city,
district,
address,
zip,
send_company,
send_name,
send_province,
send_city,
send_district,
send_tel,
send_address,
send_zip,
status,
order_num,
coordinate,
ext_param,
tenant_id,
del_flag,
create_by,
create_time,
update_by,
update_time,
remark,
#{id},
#{code},
#{name},
#{intefaceType},
#{warehouseType},
#{warehouseProp},
#{bondedType},
#{ownType},
#{contact},
#{tel},
#{country},
#{province},
#{city},
#{district},
#{address},
#{zip},
#{sendCompany},
#{sendName},
#{sendProvince},
#{sendCity},
#{sendDistrict},
#{sendTel},
#{sendAddress},
#{sendZip},
#{status},
#{orderNum},
#{coordinate},
#{extParam},
#{tenantId},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update wms_warehouse
code = #{code},
name = #{name},
inteface_type = #{intefaceType},
warehouse_type = #{warehouseType},
warehouse_prop = #{warehouseProp},
bonded_type = #{bondedType},
own_type = #{ownType},
contact = #{contact},
tel = #{tel},
country = #{country},
province = #{province},
city = #{city},
district = #{district},
address = #{address},
zip = #{zip},
send_company = #{sendCompany},
send_name = #{sendName},
send_province = #{sendProvince},
send_city = #{sendCity},
send_district = #{sendDistrict},
send_tel = #{sendTel},
send_address = #{sendAddress},
send_zip = #{sendZip},
status = #{status},
order_num = #{orderNum},
coordinate = #{coordinate},
ext_param = #{extParam},
tenant_id = #{tenantId},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from wms_warehouse where id = #{id}
delete from wms_warehouse where id in
#{id}