From 52e93e45d7c989483693f53ded1b4483891fb055 Mon Sep 17 00:00:00 2001 From: gongchunyi <deslre0381@gmail.com> Date: 星期四, 12 三月 2026 14:44:28 +0800 Subject: [PATCH] feat: 物料类型与存货类别的新增、删除和修改,物料规格的导入数据 --- src/main/java/com/ruoyi/inspectiontask/controller/QrCodeScanRecordController.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/ruoyi/inspectiontask/controller/QrCodeScanRecordController.java b/src/main/java/com/ruoyi/inspectiontask/controller/QrCodeScanRecordController.java index 00329b6..d2cee17 100644 --- a/src/main/java/com/ruoyi/inspectiontask/controller/QrCodeScanRecordController.java +++ b/src/main/java/com/ruoyi/inspectiontask/controller/QrCodeScanRecordController.java @@ -9,7 +9,6 @@ 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.*; -- Gitblit v1.9.3