jiangping
2025-06-27 9e290efc330e70d931b7108ee70afc77cf3252a0
server/service/src/main/java/com/doumee/service/business/SolutionsBaseService.java
@@ -48,6 +48,7 @@
     */
    void updateById(SolutionsBase solutionsBase);
    void saveSolutionsRisk(SolutionsBase solutionsBase);
    /**
     * 批量主键更新
     *
@@ -98,4 +99,7 @@
     * @return long
     */
    long count(SolutionsBase solutionsBase);
    void createSolutionBase(Integer solutionId);
}