Crunchy
2024-05-08 f2aec44685466b0c514bffa7db4a2d0db1a7f28c
inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardTreeMapper.java
@@ -27,7 +27,9 @@
    List<StandardMethodList> getStandardMethodListBySample(String sampleType);
    List<StandardProductList> selectStandardProductListByTree(String tree);
    List<StandardProductList> selectStandardProductListByTree(String tree, String sample, String model, String trees);
    List<StandardProductList> selectStandardProductListByTree2(String tree, String sample, String model, String trees);
    List<SampleTypeDto> getStandardTree2();
}