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