package com.product.data.service.impl; import com.product.core.entity.FieldSetEntity; import com.product.core.exception.BaseException; /** * @Author cheng * @Date 2022/12/16 16:23 * @Desc */ public interface IRemoteService { void saveSyncConnectionConfig(FieldSetEntity fse) throws BaseException; }