value
2024-05-30 29cadb9df9e289fc4dd45d17e577fe9695232ea4
inspect-server/src/main/java/com/yuanchu/mom/service/StandardTreeService.java
@@ -6,6 +6,7 @@
import com.yuanchu.mom.pojo.StandardTree;
import java.util.List;
import java.util.Map;
/**
* @author Administrator
@@ -24,4 +25,8 @@
    List<SampleTypeDto> getStandardTree2();
    int upStandardProducts(Map<String, Object> product);
    List<StandardTree> getStandTreeBySampleType(String laboratory, String sampleType);
}