inspect-server/src/main/java/com/yuanchu/mom/service/StandardProductListService.java
@@ -6,6 +6,7 @@ import com.yuanchu.mom.pojo.StandardProductList; import java.util.List; import java.util.Map; /** * @author Administrator @@ -20,6 +21,6 @@ List<StandardProductList> selectStandardProductList(InsSample insSample); List<StandardProductList> selectStandardProductListByMethodId(Integer id, String tree); Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree, Integer page); }