k94314517
2025-05-20 142bcc9b22f48a8a2098a66b2964fe10c97c6fe8
server/service/src/main/java/com/doumee/service/business/SolutionsBaseService.java
@@ -55,6 +55,9 @@
     */
    void updateByIdInBatch(List<SolutionsBase> solutionsBases);
    void updateStatus(SolutionsBase solutionsBase);
    /**
     * 主键查询
     *
@@ -62,6 +65,7 @@
     * @return SolutionsBase
     */
    SolutionsBase findById(Integer id);
    /**
     * 条件查询单条记录
@@ -94,4 +98,7 @@
     * @return long
     */
    long count(SolutionsBase solutionsBase);
    void createSolutionBase(Integer solutionId);
}