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); }