Class OrganizationApplyRestController
java.lang.Object
com.bytedesk.core.base.BaseRestController<OrganizationApplyRequest,OrganizationApplyRestService>
com.bytedesk.core.rbac.organization_apply.OrganizationApplyRestController
@RestController
@RequestMapping("/api/v1/org/apply")
public class OrganizationApplyRestController
extends BaseRestController<OrganizationApplyRequest,OrganizationApplyRestService>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexport
(OrganizationApplyRequest request, jakarta.servlet.http.HttpServletResponse response) exportMethods inherited from class com.bytedesk.core.base.BaseRestController
create, delete, deleteByOrgUid, exportTemplate, getService, queryByOrg, queryByUid, queryByUser, update
-
Field Details
-
organizationRestService
-
-
Constructor Details
-
OrganizationApplyRestController
public OrganizationApplyRestController()
-
-
Method Details
-
export
@ActionAnnotation(title="\u52a0\u5165\u7ec4\u7ec7\u7533\u8bf7", action="\u5bfc\u51fa", description="export organizationApply") @GetMapping("/export") public Object export(OrganizationApplyRequest request, jakarta.servlet.http.HttpServletResponse response) Description copied from class:BaseRestController
export- Overrides:
export
in classBaseRestController<OrganizationApplyRequest,
OrganizationApplyRestService> - Parameters:
request
- role- Returns:
- json
-