package com.api.aiyh_pcn.fadada.service; import com.api.aiyh_pcn.fadada.vo.TableFieldMappingVO; import java.util.List; import java.util.Map; /** * @author @author EBU7-dev1-ay * @create 2021/9/30 0030 11:19 * 接口 */ public interface IFaDDService { Map getConfigParam(String workflowId); Map checkCertification(Map params); }