许鹏程
2025-01-21 7a4f77f7e13481a93533a7116accc6b590452be7
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;
}