package com.product.data.sync.service.ide; import com.product.core.entity.FieldSetEntity; import java.sql.SQLException; public interface IFunctionSynchrService { FieldSetEntity syncFuntion(FieldSetEntity fse) throws SQLException, ClassNotFoundException; }