wujianwei
2025-12-23 4a1a72a0167ae4cc7803fbf8c8b94077b01a154b
service/src/main/java/com/ruoyi/cwgl/mapper/PayableFeeDetailMapper.java
@@ -84,4 +84,12 @@
     * @return 结果
     */
    public int deletePayableFeeDetailByIds(Integer[] ids);
    /**
     * 根据应付费用管理ID数组查询应付费用明细列表
     *
     * @param feeIds 应付费用管理ID数组
     * @return 应付费用明细列表
     */
    public List<PayableFeeDetail> selectPayableFeeDetailByPayableFeeIds(Integer[] feeIds);
}