1821349743@qq.com
2023-04-10 a81f40e2a09296aaf2ad144af571ea75c9c4504e
1
2
3
4
5
6
7
8
9
10
package com.product.data.sync.service.ide;
 
import com.product.core.entity.FieldSetEntity;
import com.product.core.transfer.Transactional;
 
import java.sql.SQLException;
 
public interface ISyFeDataService {
    String saveSyncFedata(FieldSetEntity fs) throws SQLException, ClassNotFoundException;
}