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