k94314517
2025-05-29 058a40c60af7d3823845d8f4ab24b0abb48576d1
server/service/src/main/java/com/doumee/service/business/InsuranceService.java
@@ -94,4 +94,10 @@
     * @return long
     */
    long count(Insurance insurance);
    void updateStatus(Insurance insurance);
    void saveLpInfo(Insurance insurance);
    Insurance findByIdAndType(Integer id,Integer type);
}