Package com.bytedesk.wechat.mp.menu
Class WeChatMpMenuSpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification<WeChatMpMenuEntity,WeChatMpMenuRequest>
com.bytedesk.wechat.mp.menu.WeChatMpMenuSpecification
public class WeChatMpMenuSpecification
extends BaseSpecification<WeChatMpMenuEntity,WeChatMpMenuRequest>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WeChatMpMenuEntity>
search
(WeChatMpMenuRequest request, AuthService authService) Methods inherited from class com.bytedesk.core.base.BaseSpecification
addOrgFilterIfNotSuperUser, getBasicPredicates, search, validateSuperUserPermission
-
Constructor Details
-
WeChatMpMenuSpecification
public WeChatMpMenuSpecification()
-
-
Method Details