liding
2025-04-09 218388d1cecbf8cf4ab5ba51d3c875a0f21e8998
basic-server/src/main/java/com/ruoyi/basic/service/StandardProductListService.java
@@ -77,4 +77,11 @@
     * @param standardProductListUpdateRecord
     */
    void productListCheck(StandardProductListUpdateRecord standardProductListUpdateRecord);
    /**
     * 查询标准库是否存在审核中状态
     *
     * @return
     */
    boolean existCheckingRecord();
}