去掉没用的方法

This commit is contained in:
xiang2lin 2024-05-15 09:21:38 +08:00
parent 3ed14f2310
commit 6babadff9d
1 changed files with 1 additions and 78 deletions

View File

@ -30,15 +30,7 @@ public interface ISeeYonInterFace {
**/ **/
JsonResultEntity thirdInterfaceSend(JSONObject requestData); JsonResultEntity thirdInterfaceSend(JSONObject requestData);
/***
* @Content:通过类型获取OA数据1
* @Author 👻👻👻👻yqh👻👻👻👻
* @Date2023年8月30日10:20:17seeYonPlugInInterfaceEntrance
* @Param requestData
* @return com.hzya.frame.web.entity.JsonResultEntity
**/
JsonResultEntity thirdInterfacegetOADataByType(JSONObject requestData);
/*** /***
* @Content: 提供给OA的标准接口方法包含参数 entity 为OA 的data信息 , eventType 为事件类型 * @Content: 提供给OA的标准接口方法包含参数 entity 为OA 的data信息 , eventType 为事件类型
@ -62,75 +54,6 @@ public interface ISeeYonInterFace {
* @return string * @return string
**/ **/
JsonResultEntity thirdInterfaceSeeYonPlugInInterfaceEntrance(JSONObject requestData); JsonResultEntity thirdInterfaceSeeYonPlugInInterfaceEntrance(JSONObject requestData);
// String seeYonPlugInInterfaceEntrance(OAWorkflowEventDataEntity entity,String eventType);
/***
* @Content:通过附件关系获取fileurl
* @Author 👻👻👻👻yqh👻👻👻👻
* @Date 2023年9月4日13:03:35
* @Param requestData
* @return com.hzya.frame.web.entity.JsonResultEntity
**/
/****
* 客户服务器无法外网连接数据库临时使用初始化方法
* @content:
* @author 👻👻👻👻👻👻👻👻 gjh
* @date 2023-09-05 8:43
* @param
* @return com.hzya.frame.web.entity.JsonResultEntity
**/
JsonResultEntity thirdInterfaceInitBipSupplierToOa(JSONObject jsonObject) throws Exception;
List<SeeyonEntity> getFileUrl(String sub_reference);
/***
*
* @content:推送无流程表单同步钉钉
* @author 👻👻👻👻👻👻👻👻 yuqh
* @date 2023年9月2日12:56:18
* @param
* @return void
**/
JsonResultEntity sendConDocTodd(JSONObject requestJson);
/***
*
* @content:流程表单传递钉钉
* @author 👻👻👻👻👻👻👻👻 yuqh
* @date 2023年9月5日09:38:38
* @param
* @return void
**/
JsonResultEntity sendProcessDocument(JSONObject requestJson);
/**
*
* @content 杭泰OA付款单传递CFS
* @Param
* @Return
* @Author hecan
* @Date 2023/10/12 15:50
* **/
String sendpayMentToCFS(Map<String, Object> businessData);
/**
*
* @content 杭泰OA报销单传递CFS
* @Param
* @Return
* @Author hecan
* @Date 2023/10/16 15:26
* **/
String sendBusinessExpenseToCFS(Map<String,Object> map,String formApp);
/**
*
* @content 杭泰OA资金归集资金拨付同名账户划转借款单传递CFS
* @Param
* @Return
* @Author hecan
* @Date 2023/12/20 10:04
* **/
String sendOtherFourReceipt(Map<String,Object> map,String formApp);
/*** /***
@ -141,5 +64,5 @@ public interface ISeeYonInterFace {
*/ */
JsonResultEntity thirdInterfaceSeeYonDefinitionRePush(JSONObject jsonObject) throws Exception; JsonResultEntity thirdInterfaceSeeYonDefinitionRePush(JSONObject jsonObject) throws Exception;
void setCfslogService(ICfsLogService cfsLogService);
} }