Crunchy
2024-08-03 12ecef99059f411e802c6fbc6f9a641c422b1747
inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardTreeMapper.java
@@ -12,11 +12,11 @@
import java.util.List;
/**
* @author Administrator
* @description 针对表【standard_tree(标准树)】的数据库操作Mapper
* @createDate 2024-03-01 15:06:44
* @Entity com.yuanchu.mom.pojo.StandardTree
*/
 * @author Administrator
 * @description 针对表【standard_tree(标准树)】的数据库操作Mapper
 * @createDate 2024-03-01 15:06:44
 * @Entity com.yuanchu.mom.pojo.StandardTree
 */
public interface StandardTreeMapper extends BaseMapper<StandardTree> {
    List<FactoryDto> selectStandardTreeList();
@@ -29,11 +29,11 @@
    List<StandardMethodList> getStandardMethodListBySample(String sampleType);
    List<StandardProductList> selectStandardProductListByTree(String tree, String sample, String model, String trees);
    List<StandardProductList> selectStandardProductListByTree(String tree, String sample, String model, String trees, String laboratory);
    List<StandardProductList> selectStandardProductListByTree2(String tree, String sample, String model, String trees);
    List<StandardProductList> selectStandardProductListByTree2(String tree, String sample, String model, String trees, String laboratory);
    List<StandardProductList> selectStandardProductListByTree3(String tree, String sample, String model, String trees);
    List<StandardProductList> selectStandardProductListByTree3(String tree, String sample, String model, String trees, String laboratory);
    List<SampleTypeDto> getStandardTree2();
@@ -41,9 +41,11 @@
    String getLaboratory(String str);
    Integer getStructureItemParameterId(String sampleType, String item, String itemChild);
    Integer getStructureItemParameterId(String sampleType, String item, String itemChild, String inspectionItemClass);
    List<ProductDto> selectPList(String name);
    String selSample(String sample);
}