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