chenhj
2026-04-22 0ec581bd195ea9c06c38ef4f91ac7497a87b8ca3
src/main/java/com/ruoyi/inspectiontask/controller/QrCodeScanRecordController.java
@@ -9,6 +9,7 @@
import com.ruoyi.inspectiontask.service.QrCodeScanRecordService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.AllArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@@ -19,9 +20,9 @@
@RestController
@Api(tags = "二维码扫描记录管理")
@RequestMapping("/qrCodeScanRecord")
@AllArgsConstructor
public class QrCodeScanRecordController extends BaseController {
    @Autowired
    private QrCodeScanRecordService qrCodeScanRecordService;
    /**