k94314517
2025-05-29 058a40c60af7d3823845d8f4ab24b0abb48576d1
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);
}