|
|
|
@ -1,13 +1,9 @@
|
|
|
|
|
package com.air.land.controller; |
|
|
|
|
|
|
|
|
|
import cn.hutool.core.bean.BeanUtil; |
|
|
|
|
import cn.hutool.core.io.IoUtil; |
|
|
|
|
import cn.hutool.core.util.ObjectUtil; |
|
|
|
|
import cn.hutool.poi.excel.ExcelWriter; |
|
|
|
|
import com.air.common.Constant; |
|
|
|
|
import com.air.land.entity.LandListed; |
|
|
|
|
import com.air.land.entity.LandToList; |
|
|
|
|
import com.air.land.service.LandListedService; |
|
|
|
|
import com.air.land.service.LandToListService; |
|
|
|
|
import com.air.land.vo.LandListedPageVo; |
|
|
|
|
import com.air.land.vo.LandToListVo; |
|
|
|
@ -18,7 +14,6 @@ import com.cinderella.framework.common.core.util.R;
|
|
|
|
|
import com.cinderella.framework.common.data.mybatis.QueryPage; |
|
|
|
|
import io.swagger.annotations.Api; |
|
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
|
import lombok.AllArgsConstructor; |
|
|
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
|
|
import org.apache.poi.xssf.usermodel.XSSFWorkbook; |
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
@ -27,9 +22,7 @@ import org.springframework.validation.annotation.Validated;
|
|
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
import org.springframework.web.multipart.MultipartFile; |
|
|
|
|
|
|
|
|
|
import javax.servlet.ServletOutputStream; |
|
|
|
|
import javax.servlet.http.HttpServletResponse; |
|
|
|
|
import java.io.FileOutputStream; |
|
|
|
|
import java.io.IOException; |
|
|
|
|
import java.io.InputStream; |
|
|
|
|
import java.io.OutputStream; |
|
|
|
|