value
2024-04-29 8577a11e5093871b2b5d6988431e7e22e76d43e6
inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardMethodListMapper.java
@@ -1,7 +1,7 @@
package com.yuanchu.mom.mapper;
import com.yuanchu.mom.pojo.StandardMethodList;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yuanchu.mom.pojo.StandardMethodList;
import com.yuanchu.mom.pojo.StandardProductList;
import java.util.List;
@@ -19,7 +19,7 @@
    String selectUserById(Integer id);
    List<StandardMethodList> selectStandardMethodLists(String sampleType);
    List<StandardMethodList> selectStandardMethodLists(String tree);
    List<StandardMethodList> selectStandardMethodLists2(String data1,String data2,String data3,String data4, String data5);