k94314517
2024-11-23 b693c55ed17cc94efb45ea595341d443bfd4259d
server/service/src/main/java/com/doumee/service/business/SolutionsBaseService.java
@@ -55,6 +55,9 @@
     */
    void updateByIdInBatch(List<SolutionsBase> solutionsBases);
    void updateStatus(SolutionsBase solutionsBase);
    /**
     * 主键查询
     *
@@ -63,6 +66,7 @@
     */
    SolutionsBase findById(Integer id);
    /**
     * 条件查询单条记录
     *