yxh
yxh
2023-05-31 0363d8873e26c8e7a2b8e9b08ee56b7a3605d6c7
ruoyi-project/src/main/java/com/ruoyi/project/service/IServiceReimbursementService.java
@@ -29,6 +29,14 @@
    List<ServiceReimbursementdetail> getRBDetailList(Long id);
    /**
     * 新增备份数据
     * @param id
     * @return
     */
    Boolean addSharedData(Long id);
    List<ServiceReimbursement> selectSearchList(ServiceReimbursementDto serviceReimbursementdto);
    List<SpFinancialExpensesReimbursementOut> getListBypower(String PAUSERNO, Integer PAFUNDTYPE, String PAAPPLICANT, String PAAPPLICATIONBEGTIME, String PAAPPLICATIONENDTIME, String PADEPARTMENT,Integer CHECKFLAG,Integer APPLYTYPE);