| | |
| | | import org.springblade.core.mp.support.Query; |
| | | import org.springblade.core.tool.api.R; |
| | | import org.springblade.core.tool.utils.Func; |
| | | import org.springblade.modules.doorplateAddress.entity.DoorplateAddressEntity; |
| | | import org.springblade.modules.grid.excel.GridExcel; |
| | | import org.springblade.modules.grid.excel.GridImporter; |
| | | import org.springblade.modules.system.excel.UserExcel; |
| | |
| | | * 空间分析 |
| | | */ |
| | | @GetMapping("/spatialAnalysis") |
| | | public R spatialAnalysis() { |
| | | return R.data(gridService.spatialAnalysis()); |
| | | public R spatialAnalysis(DoorplateAddressEntity addressEntity) { |
| | | return R.data(gridService.spatialAnalysis(addressEntity)); |
| | | } |
| | | |
| | | /** |