1.4.8.2.1. Manager层实现

实现并在Spring中注册普通的Manager即可,请注意需要在要开放的方法上使用AjaxAccess注解,加入白名单。例如:

@AjaxAccess
public List<DocCollectTopVO> findLatestCollectDoc(Long userId, Integer size, boolean isAsc) {


}