namespace Tiobon.Core.Api.Controllers; /// /// 题目(Controller) /// [Route("api/[controller]")] [ApiController, GlobalActionFilter] [Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghre)] public class Ghre_QuestionController : BaseController { public Ghre_QuestionController(IGhre_QuestionServices service) : base(service) { } }