From 3986ef858e4f7c1efc983de6f459cdbf75c0d4d7 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 16 八月 2024 19:18:59 +0800 Subject: [PATCH] 检验下单调整3 --- inspect-server/src/main/java/com/yuanchu/mom/service/StandardTreeService.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/inspect-server/src/main/java/com/yuanchu/mom/service/StandardTreeService.java b/inspect-server/src/main/java/com/yuanchu/mom/service/StandardTreeService.java index a1ffb3d..8496f6a 100644 --- a/inspect-server/src/main/java/com/yuanchu/mom/service/StandardTreeService.java +++ b/inspect-server/src/main/java/com/yuanchu/mom/service/StandardTreeService.java @@ -4,6 +4,7 @@ import com.yuanchu.mom.dto.FactoryDto; import com.yuanchu.mom.dto.SampleTypeDto; import com.yuanchu.mom.pojo.StandardTree; +import org.springframework.web.multipart.MultipartFile; import java.util.List; import java.util.Map; @@ -27,6 +28,15 @@ int upStandardProducts(Map<String, Object> product); - List<StandardTree> getStandTreeBySampleType(); + List<StandardTree> getStandTreeBySampleType(String laboratory, String sampleType); + void inExcelOfTree(MultipartFile file); + + void resetTreeOfPrice(String tree, Integer standardId); + + void resetTreeOfHour(String tree, Integer standardId); + + void resetTreeOfAsk(String tree, Integer standardId); + + void importWorkstationExcel(MultipartFile file); } -- Gitblit v1.9.3