许鹏程
2023-05-26 a0387971bb41cb2f44452ee2b446900ceaabbe27
1
2
3
4
5
6
7
8
9
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;
}