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/Ghrh/Ghrh_ExternalTrainApplyOrde...

14 lines
706 B

namespace Tiobon.Core.Api.Controllers;
/// <summary>
/// 外训申请_宝连通(Controller)
/// </summary>
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghrh)]
public class Ghrh_ExternalTrainApplyOrder_BoltoneController : BaseController<IGhrh_ExternalTrainApplyOrder_BoltoneServices, Ghrh_ExternalTrainApplyOrder_Boltone, Ghrh_ExternalTrainApplyOrder_BoltoneDto, InsertGhrh_ExternalTrainApplyOrder_BoltoneInput, EditGhrh_ExternalTrainApplyOrder_BoltoneInput>
{
public Ghrh_ExternalTrainApplyOrder_BoltoneController(IGhrh_ExternalTrainApplyOrder_BoltoneServices service) : base(service)
{
}
}