Crunchy
2024-05-10 d74c28c6f826c9d9e61612b4bc589b0774feb82a
inspect-server/src/main/java/com/yuanchu/mom/controller/InsReportController.java
@@ -10,7 +10,6 @@
import com.yuanchu.mom.vo.Result;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.AllArgsConstructor;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
@@ -23,7 +22,6 @@
@RestController
@RequestMapping("/insReport")
@AllArgsConstructor
@Api("检验报告")
public class InsReportController {