| | |
| | | |
| | | /** |
| | | * 费用申请主Service业务层处理 |
| | | * |
| | | * |
| | | * @author ruoyi |
| | | * @date 2023-03-27 |
| | | */ |
| | | @Service |
| | | public class ServiceFundSharedServiceImpl extends ServiceImpl<ServiceFundSharedMapper, ServiceFundShared> implements IServiceFundSharedService |
| | | public class ServiceFundSharedServiceImpl extends ServiceImpl<ServiceFundSharedMapper, ServiceFundShared> implements IServiceFundSharedService |
| | | { |
| | | |
| | | |
| | |
| | | |
| | | /** |
| | | * 查询费用申请主列表 |
| | | * |
| | | * |
| | | * @param serviceFundShared 费用申请主 |
| | | * @return 费用申请主 |
| | | */ |
| | |
| | | } |
| | | |
| | | @Override |
| | | public Boolean delfundsharedInfoById(Long fundId) { |
| | | return serviceFundSharedMapper.delfundsharedInfoById(fundId); |
| | | public Boolean delfundsharedInfoById(Long fundId,Long serfunid) { |
| | | return serviceFundSharedMapper.delfundsharedInfoById(fundId,serfunid); |
| | | } |
| | | |
| | | } |