wujianwei
2026-02-02 da6bdcbfbe7c37b643f7bd1f4711e69f050172a8
service/src/main/java/com/ruoyi/cwgl/service/IFundFlowClaimDetailService.java
@@ -99,4 +99,13 @@
     * @return 结果
     */
    public int deleteFundFlowClaimDetailById(Integer id);
    /**
     * 账单认领
     *
     * @param fundFlowId 资金流水ID
     * @param claimDetail 账单认领明细列表
     * @return 结果
     */
    public int claimBill(Integer fundFlowId, FundFlowClaimDetail claimDetail);
}