value
2024-04-30 ec6c3bc0b778178b2518302ffc9099ac8f6cc8a2
inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardMethodListMapper.java
@@ -1,7 +1,8 @@
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;
import java.util.Map;
@@ -18,7 +19,13 @@
    String selectUserById(Integer id);
    List<StandardMethodList> selectStandardMethodLists(String data1,String data2,String data3,String data4, String data5);
    List<StandardMethodList> selectStandardMethodLists(String tree);
    List<StandardMethodList> selectStandardMethodLists3(String tree);
    List<StandardMethodList> selectStandardMethodLists2(String data1,String data2,String data3,String data4, String data5);
    List<StandardProductList> selectParameterList(String code);
}