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