|
|
@@ -1,73 +0,0 @@
|
|
|
-package com.uas.eis.service;
|
|
|
-
|
|
|
-import com.uas.eis.dto.stksto.QueryAccountantProjectDto;
|
|
|
-import com.uas.eis.dto.stksto.QueryCashFlowItemsDto;
|
|
|
-import com.uas.eis.dto.stksto.QueryTravellingMerchantDto;
|
|
|
-import com.uas.eis.dto.stksto.StkCommonDto;
|
|
|
-import com.uas.eis.sdk.dto.CustvendDTO;
|
|
|
-import com.uas.eis.sdk.dto.SaveOrChangeCustomerDetailDto;
|
|
|
-import com.uas.eis.sdk.dto.UpdateCustVendDTO;
|
|
|
-import com.uas.eis.vo.stkVo.*;
|
|
|
-
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
-/**
|
|
|
- * 请求深投控service
|
|
|
- * */
|
|
|
-
|
|
|
-public interface RequestSTKService {
|
|
|
-
|
|
|
- /**
|
|
|
- * 获取客商相关信息
|
|
|
- * */
|
|
|
- @Deprecated
|
|
|
- TravellingMerchantVo selectTravellingMerchantList(QueryTravellingMerchantDto dto, String url);
|
|
|
-
|
|
|
- /**
|
|
|
- * 新增修改客商信息
|
|
|
- * */
|
|
|
- @Deprecated
|
|
|
- SaveOrChangeCustomerVo saveOrChangeCustomer(List<SaveOrChangeCustomerDetailDto> sourceDataList);
|
|
|
-
|
|
|
- /**
|
|
|
- * 查询现金流项目
|
|
|
- * */
|
|
|
- @Deprecated
|
|
|
- CashFlowItemsVo getCashFlowItems(StkCommonDto dto);
|
|
|
-
|
|
|
- /**
|
|
|
- * 获取会计科目
|
|
|
- * */
|
|
|
- @Deprecated
|
|
|
- AccountantProjectVo getAccountantProject(QueryAccountantProjectDto dto);
|
|
|
-
|
|
|
- /**
|
|
|
- * 获取深投控测试获取,测试
|
|
|
- * */
|
|
|
- List<CustvendDTO> queryList();
|
|
|
-
|
|
|
-
|
|
|
- /**
|
|
|
- * 获取客商
|
|
|
- * */
|
|
|
- TravellingMerchantVo queryTravelingMerchantList(QueryTravellingMerchantDto dto) throws Exception;
|
|
|
-
|
|
|
- /**
|
|
|
- * post请求(获取现金流)
|
|
|
- * */
|
|
|
- HttpResultResponse buildPostParam(Integer page,Integer size,QueryCashFlowItemsDto dtoParam) throws Exception;
|
|
|
-
|
|
|
- /**
|
|
|
- * post请求(获取科目)
|
|
|
- * */
|
|
|
- HttpResultResponse buildKMPostParam(Integer page, Integer size, QueryAccountantProjectDto dto) throws Exception;
|
|
|
-
|
|
|
- /**
|
|
|
- * post请求(修改客商)
|
|
|
- * */
|
|
|
- SaveOrChangeCustomerDataVo updateKSPostParam(SaveOrChangeCustomerDetailDto dtos) throws Exception;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-}
|