value
2024-05-28 ba0d35c0b005d7687ff1abc4dd30eb15de46dcd0
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();
}