namespace Tiobon.Core.Api.Controllers; /// /// 培训机构附件(Controller) /// [Route("api/[controller]")] [ApiController, GlobalActionFilter] [Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghre)] public class Ghre_SchoolAttachmentController : BaseController { public Ghre_SchoolAttachmentController(IGhre_SchoolAttachmentServices service) : base(service) { } }