许鹏程
2023-06-29 f0e06ac107c9c45ebbde45c904dc2e0de763f3fc
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;
}