package com.malk.paineng.service; import java.io.IOException; import java.util.Map; public interface YD_PN { //根据OA数据ID 和传过来的类型,判断往宜搭写入出差数据 String syncYD_PN(String processInstanceId, String type, String SSGS) throws IOException; //方法syncYD_PN() 的具体实现 void syncYD_PN_impl(String processInstanceId, Map compsId_main, Map compsId_itinerary, String compId_sub_oa,String SSGS) throws IOException; //获取工时数据 按天 void syncYD_GSSJ(); void syncYD_GSSJTOMonth(); void CCSJtoYD() throws IOException; }