package com.product.admin.service.idel; import com.product.core.entity.FieldSetEntity; import com.product.core.exception.BaseException; public interface IPortalsService { public boolean updatePortal(FieldSetEntity fs)throws BaseException; public boolean deletePortal(FieldSetEntity fs) throws BaseException; }