package com.engine.recruit.service; import java.util.Map; /** * @author:dxfeng * @createTime: 2024/05/20 * @version: 1.0 */ public interface RecruitOfferService { /** * 更新offer邮件预览内容 * @param param * @return */ Map updatePreContent(Map param); }