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