liding
2026-04-23 1b3d13f691957d4fffdfb3671dc09f66b6e3dfd0
src/main/java/com/ruoyi/inspectiontask/controller/QrCodeController.java
@@ -9,7 +9,7 @@
import com.ruoyi.inspectiontask.service.QrCodeService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import lombok.AllArgsConstructor;
import org.springframework.web.bind.annotation.*;
/**
@@ -19,9 +19,9 @@
@RestController
@Api(tags = "二维码管理")
@RequestMapping("/qrCode")
@AllArgsConstructor
public class QrCodeController extends BaseController {
    @Autowired
    private QrCodeService qrCodeService;
    /**