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