namespace Tiobon.Core.Api.Controllers;
///
/// 人力需求维护(Controller)
///
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghrh)]
public class Ghrh_HumanRequestController : BaseController
{
public Ghrh_HumanRequestController(IGhrh_HumanRequestServices service) : base(service)
{
}
}