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_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_Ghre)]
public class Ghre_ExternalTrainApplyOrder_BoltoneController : BaseController<IGhre_ExternalTrainApplyOrder_BoltoneServices, Ghre_ExternalTrainApplyOrder_Boltone, Ghre_ExternalTrainApplyOrder_BoltoneDto, InsertGhre_ExternalTrainApplyOrder_BoltoneInput, EditGhre_ExternalTrainApplyOrder_BoltoneInput>
{
public Ghre_ExternalTrainApplyOrder_BoltoneController(IGhre_ExternalTrainApplyOrder_BoltoneServices service) : base(service)
{
}
}