| | |
| | | import com.ruoyi.project.domain.ServiceFund; |
| | | import com.ruoyi.project.domain.ServiceFunddetail; |
| | | import com.ruoyi.project.domain.vo.*; |
| | | import org.springframework.web.bind.annotation.PathVariable; |
| | | |
| | | /** |
| | | * 费用申请主Service接口 |
| | |
| | | */ |
| | | public List<ServiceFund> queryList(ServiceFund serviceFund); |
| | | |
| | | public List<ServiceFund> queryInfoById(ServiceFund serviceFund); |
| | | |
| | | List<ServiceFund> getInfoByInfoId(Long infoid); |
| | | |
| | | |
| | | |
| | | Long getFundId(Long infoid); |
| | | |
| | | /** |
| | | * 往分享表中添加数据 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | Boolean addFundSharedInfo(Long id); |
| | | |
| | | List<ServiceFund> selectServiceFundList(ServiceFund serviceFund); |
| | | |
| | | List<ServiceFunddetail> getFundDetail(Long id); |