value
2024-05-15 9aa42e1cd8af0de557b3c422d53b557c5397f5d7
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);
}