namespace Tiobon.Core.Api.Controllers;
///
/// 面试记录(Controller)
///
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghrh)]
public class Ghrh_InterviewRecordController : BaseController
{
public Ghrh_InterviewRecordController(IGhrh_InterviewRecordServices service) : base(service)
{
}
}