deslrey
17 小时以前 c072682530bb797bf7a5eaffc87e1e2b394d3b60
basic-server/src/main/java/com/ruoyi/basic/service/StandardProductListService.java
@@ -24,6 +24,8 @@
    Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree);
    Map<String, Object> buildStandardProductListNoDrag(Integer id, String tree);
    IPage<StandardProductList> selectStandardProductByMethodId(Integer id, String tree, Integer page, String laboratory, String item, String items);
    Map<String, List<?>> selectStandardProductEnumByMethodId(Integer id, String tree, String item);
@@ -32,18 +34,21 @@
    /**
     * 标准库拖拽
     *
     * @param resetTreeDragDTO
     */
    void resetTreeDrag(ResetTreeDragDTO resetTreeDragDTO);
    /**
     * 标准库拖拽
     *
     * @param standardProductLists
     */
    void resetTreeDragBatch(List<StandardProductList> standardProductLists);
    /**
     * 检验项要求值对比
     *
     * @param copyStandardProductListDto
     * @return
     */
@@ -51,6 +56,7 @@
    /**
     * 检验项要求值对比一个
     *
     * @param copyStandardProductListDto
     * @return
     */
@@ -58,6 +64,7 @@
    /**
     * 检验项复制排序
     *
     * @param copyStandardProductListDto
     * @return
     */