value
2024-04-29 ce7184b9b054e4cd98af2d747545d04ae85c2728
inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardMethodListMapper.java
@@ -1,8 +1,10 @@
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;
/**
@@ -15,6 +17,14 @@
    Map<String, String> selectStandardMethodById(Integer id);
    String selectUserById(Integer id);
    List<StandardMethodList> selectStandardMethodLists(String tree);
    List<StandardMethodList> selectStandardMethodLists2(String data1,String data2,String data3,String data4, String data5);
    List<StandardProductList> selectParameterList(String code);
}