namespace Tiobon.Core.Api.Controllers;
///
/// 年度人力配置(Controller)
///
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghrh)]
public class Ghrh_YearHumanSettingsController : BaseController
{
public Ghrh_YearHumanSettingsController(IGhrh_YearHumanSettingsServices service) : base(service)
{
}
}