chenrui
2025-04-09 e2c5017787d7fc5eea2afb8bc84bca0db054ad8c
basic-server/src/main/java/com/ruoyi/basic/service/StandardProductListService.java
@@ -68,16 +68,20 @@
    boolean copyStandardProductSort(CopyStandardProductListDto copyStandardProductListDto);
    /**
     * 标准树下检验项处理
     * @param standardProductListDto
     * 标准树下检验项提交
     */
    void productListOperate(StandardProductListDto standardProductListDto);
    void productListSubmit(StandardProductListUpdateRecord standardProductListUpdateRecord);
    /**
     * 标准树下检验项修改记录分页查询
     * @param page
     * @param record
     * 标准树下检验项审核
     * @param standardProductListUpdateRecord
     */
    void productListCheck(StandardProductListUpdateRecord standardProductListUpdateRecord);
    /**
     * 查询标准库是否存在审核中状态
     *
     * @return
     */
    IPage<StandardProductListUpdateRecord> standardProductListRecordPage(Page page, StandardProductListUpdateRecord record);
    boolean existCheckingRecord();
}