namespace Tiobon.Core.Api.Controllers;
///
/// 考核期间(Controller)
///
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghrp)]
public class Ghrp_PerformancePeriodController : BaseController
{
public Ghrp_PerformancePeriodController(IGhrp_PerformancePeriodServices service) : base(service)
{
}
}