1821349743@qq.com
2023-02-20 a387ff8978bd0e738e83e0277cfa38d7c3ab3080
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;
}