namespace Tiobon.Core.Api.Controllers; /// /// 学分规则(Controller) /// [Route("api/[controller]")] [ApiController, GlobalActionFilter] [Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghre)] public class Ghre_CreditRuleController : BaseController { public Ghre_CreditRuleController(IGhre_CreditRuleServices service) : base(service) { } }