无关风月
3 天以前 0d1a73f4c0d35951dc42f0e35526d69c0e922afc
ruoyi-admin/src/main/java/com/ruoyi/web/controller/api/LandReportedController.java
@@ -12,6 +12,7 @@
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.*;
@@ -30,6 +31,7 @@
 * @since 2025-10-17
 */
@RestController
@Api(tags = "已办证土地管理")
@RequestMapping("/land-reported")
public class LandReportedController {
    @Resource