namespace Tiobon.Core.Api.Controllers; /// /// 培训计划(Controller) /// [Route("api/[controller]")] [ApiController, GlobalActionFilter] [Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghre)] public class Ghre_PlanController : BaseController { public Ghre_PlanController(IGhre_PlanServices service) : base(service) { } }