You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tiobon.Web/Tiobon.Core.Api/Controllers/Ghre/Ghre_TrainFeeApplyOrder_Bol...

14 lines
666 B

namespace Tiobon.Core.Api.Controllers;
/// <summary>
/// 培训费用_宝连通(Controller)
/// </summary>
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghre)]
public class Ghre_TrainFeeApplyOrder_BoltoneController : BaseController<IGhre_TrainFeeApplyOrder_BoltoneServices, Ghre_TrainFeeApplyOrder_Boltone, Ghre_TrainFeeApplyOrder_BoltoneDto, InsertGhre_TrainFeeApplyOrder_BoltoneInput, EditGhre_TrainFeeApplyOrder_BoltoneInput>
{
public Ghre_TrainFeeApplyOrder_BoltoneController(IGhre_TrainFeeApplyOrder_BoltoneServices service) : base(service)
{
}
}