inspect-server/src/main/java/com/yuanchu/mom/controller/StandardTreeController.java
@@ -19,6 +19,8 @@
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.Map;
@RestController
@@ -181,6 +183,13 @@
        return Result.success();
    }
    @ValueClassify("标准库")
    @ApiOperation("导出标准库")
    @GetMapping("/exportStandTree")
    public void exportStandTree(HttpServletResponse response) throws IOException  {
        standardTreeService.exportStandTree(response);
    }
    @ValueAuth
    @ApiOperation("重置标准库单价")
    @PostMapping("/resetTreeOfPrice")