package com.hz.employmentsite.services.service; import com.hz.employmentsite.model.PcLongitudeLatitude; public interface LongitudeLatitudeService { Integer save(PcLongitudeLatitude data); }