k94314517
2025-06-25 4e7a24ffb131b89948dce9f2380cc3b91db20b85
server/service/src/main/java/com/doumee/service/business/InsuranceService.java
@@ -96,4 +96,8 @@
    long count(Insurance insurance);
    void updateStatus(Insurance insurance);
    void saveLpInfo(Insurance insurance);
    Insurance findByIdAndType(Integer id,Integer type);
}