jiangping
2025-06-03 e7e7d9d3f4e94fc75f7599efc1004b8978662006
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);
}