namespace Tiobon.Core.Api.Controllers;
///
/// 人员群组明细(Controller)
///
[Route("api/[controller]")]
[ApiController, GlobalActionFilter]
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghra)]
public class Ghra_StaffGroupDetailController : BaseController
{
public Ghra_StaffGroupDetailController(IGhra_StaffGroupDetailServices service) : base(service)
{
}
}