Uses of Class
com.bytedesk.wechat.mp.black.WeChatMpBlackRequest
Packages that use WeChatMpBlackRequest
- 
Uses of WeChatMpBlackRequest in com.bytedesk.wechat.mp.blackMethods in com.bytedesk.wechat.mp.black with parameters of type WeChatMpBlackRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>WeChatMpBlackRestController.create(WeChatMpBlackRequest request) WeChatMpBlackRestService.create(WeChatMpBlackRequest request) protected org.springframework.data.jpa.domain.Specification<WeChatMpBlackEntity>WeChatMpBlackRestService.createSpecification(WeChatMpBlackRequest request) org.springframework.http.ResponseEntity<?>WeChatMpBlackRestController.delete(WeChatMpBlackRequest request) voidWeChatMpBlackRestService.delete(WeChatMpBlackRequest entity) WeChatMpBlackRestController.export(WeChatMpBlackRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>WeChatMpBlackRestController.queryByOrg(WeChatMpBlackRequest request) org.springframework.data.domain.Page<WeChatMpBlackResponse>WeChatMpBlackRestService.queryByOrg(WeChatMpBlackRequest request) org.springframework.http.ResponseEntity<?>WeChatMpBlackRestController.queryByUid(WeChatMpBlackRequest request) WeChatMpBlackRestService.queryByUid(WeChatMpBlackRequest request) org.springframework.http.ResponseEntity<?>WeChatMpBlackRestController.queryByUser(WeChatMpBlackRequest request) org.springframework.data.domain.Page<WeChatMpBlackResponse>WeChatMpBlackRestService.queryByUser(WeChatMpBlackRequest request) static org.springframework.data.jpa.domain.Specification<WeChatMpBlackEntity>WeChatMpBlackSpecification.search(WeChatMpBlackRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>WeChatMpBlackRestController.update(WeChatMpBlackRequest request) WeChatMpBlackRestService.update(WeChatMpBlackRequest request)