namespace Tiobon.Core.Api.Controllers;
///
/// 录用审批单(Controller)
///
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghrh)]
public class Ghrh_OfferApplyOrderController : BaseController
{
public Ghrh_OfferApplyOrderController(IGhrh_OfferApplyOrderServices service) : base(service)
{
}
}