java110
2023-06-28 7cd9cc73b6bbae05e8fa734e29f6cd435e2599ba
service-fee/src/main/java/com/java110/fee/feeMonth/IPayFeeMonth.java
@@ -30,4 +30,11 @@
     */
    void payFeeDetailRefreshFeeMonth(String feeId,String detailId,String communityId);
    /**
     * 删除 费用离散月
     * @param feeId
     * @param communityId
     */
    void deleteFeeMonth(String feeId,String communityId);
}