namespace Tiobon.Core.Api.Controllers;
///
/// 问卷调查(Controller)
///
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghre)]
public class Ghre_SurveyController : BaseController
{
public Ghre_SurveyController(IGhre_SurveyServices service) : base(service)
{
}
}