update BS_ERPLOCATION set USE_LOCATION = #{dto.useLocation}, IS_OVEN = #{dto.isOven}
where ERPFACTORYNAME = #{dto.erpFactoryName} and ERPLOCATIONNAME = #{dto.erpLocationName}
insert into STORAGESPEC(SITENAME, STORAGENAME, DESCRIPTION)
values (#{storageSpec.siteName}, #{storageSpec.storageName}, #{storageSpec.description})
update STORAGESPEC set DESCRIPTION = #{edit.description}
where SITENAME = #{edit.siteName}
and STORAGENAME = #{edit.storageName}
delete from STORAGESPEC
where SITENAME = #{del.siteName}
and STORAGENAME = #{del.storageName}