namespace Tiobon.Core.Api.Controllers; /// /// 声明(Controller) /// [Route("api/[controller]")] [ApiController, GlobalActionFilter] [Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghrh)] public class Ghrh_StatementController : BaseController { public Ghrh_StatementController(IGhrh_StatementServices service) : base(service) { } }