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