namespace Tiobon.Core.Api.Controllers; /// /// 招聘参数配置组(Controller) /// [Route("api/[controller]")] [ApiController, GlobalActionFilter] [Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghrh)] public class Ghrh_ConfigGroupController : BaseController { public Ghrh_ConfigGroupController(IGhrh_ConfigGroupServices service) : base(service) { } }