namespace Tiobon.Core.Api.Controllers;
///
/// 简历培训记录(Controller)
///
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghrh)]
public class Ghrh_ResumeTrainingController : BaseController
{
public Ghrh_ResumeTrainingController(IGhrh_ResumeTrainingServices service) : base(service)
{
}
}