chenhj
2026-04-22 fa3428b4bb32179a42d5618357c22fe2695716ae
src/main/java/com/ruoyi/inspectiontask/controller/QrCodeController.java
@@ -10,7 +10,6 @@
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.*;
/**
@@ -20,9 +19,9 @@
@RestController
@Api(tags = "二维码管理")
@RequestMapping("/qrCode")
@AllArgsConstructor
public class QrCodeController extends BaseController {
    @Autowired
    private QrCodeService qrCodeService;
    /**