zss
2024-07-11 a3ba94e23fec4281502a94221f65cc0567eb02a8
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();
@@ -44,6 +44,8 @@
    Integer getStructureItemParameterId(String sampleType, String item, String itemChild);
    List<ProductDto> selectPList(String name);
    String selSample(String sample);
}