| | |
| | | |
| | | import com.oying.modules.sh.domain.UserAddress; |
| | | import com.oying.modules.sh.domain.dto.UserAddressQueryCriteria; |
| | | |
| | | import java.util.List; |
| | | import java.io.IOException; |
| | | import javax.servlet.http.HttpServletResponse; |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.oying.utils.PageResult; |
| | |
| | | * @throws IOException / |
| | | */ |
| | | void download(List<UserAddress> all, HttpServletResponse response) throws IOException; |
| | | |
| | | List<UserAddress> queryUserAddress(double longitude, double latitude); |
| | | |
| | | UserAddress getById(Long addressId, Double longitude, Double latitude); |
| | | } |