Crunchy
2024-04-25 1ebe2726a5f8fe55f01481b37d1ac1f75a088520
cnas-server/src/main/java/com/yuanchu/mom/controller/LaboratoryController.java
@@ -12,6 +12,9 @@
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
import javax.annotation.Resources;
import java.util.Map;
/**
@@ -25,7 +28,7 @@
    @Value("${file.path}")
    private String filePath;
    @Resource
    private LaboratoryService laboratoryService;
    @ApiOperation(value = "查询实验室管理列表")