| | |
| | | import com.ruoyi.common.enums.BusinessType; |
| | | import com.ruoyi.framework.web.service.TokenService; |
| | | import com.ruoyi.system.model.LandReported; |
| | | import com.ruoyi.system.model.LandReportedFile; |
| | | import com.ruoyi.system.model.LandReported; |
| | | import com.ruoyi.system.query.LandReportedListQuery; |
| | | import com.ruoyi.system.service.*; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | * @since 2025-10-17 |
| | | */ |
| | | @RestController |
| | | @Api(tags = "已办证土地管理") |
| | | @RequestMapping("/land-reported") |
| | | public class LandReportedController { |
| | | @Resource |