| | |
| | | package com.ruoyi.project.service; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.project.domain.ServiceFund; |
| | |
| | | |
| | | List<ServiceFund> selectServiceFundList(ServiceFund serviceFund); |
| | | |
| | | List<ServiceFunddetail> getFundDetail(Long id); |
| | | |
| | | List<FundVO> selectVOList(FundVO fundVO); |
| | | |
| | |
| | | int countItem(Long infoid, Long itemid); |
| | | |
| | | Long addOrUpdateNew(ServiceFundVO serviceFundVO); |
| | | |
| | | /** |
| | | * 绩效计算 |
| | | * |
| | | * @param serviceFundVO |
| | | * @return |
| | | */ |
| | | Map<String,Long> performance(ServiceFundVO serviceFundVO); |
| | | } |