namespace Tiobon.Core.Api.Controllers;
///
/// 问卷题库选项(Controller)
///
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghre)]
public class Ghre_SurveyQuestionPoolOptionController : BaseController
{
public Ghre_SurveyQuestionPoolOptionController(IGhre_SurveyQuestionPoolOptionServices service) : base(service)
{
}
}