using Tiobon.Core.IServices.BASE;
using Tiobon.Core.Model;
using Tiobon.Core.Model.Models;
namespace Tiobon.Core.IServices;
///
/// 录用审批单(自定义服务接口)
///
public interface IGhrh_OfferApplyOrderServices : IBaseServices
{
Task> QueryResume(long resumeId);
Task> TempAdd(long resumeId, InsertGhrh_OfferApplyOrderInput entity);
}