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;
|
}
|