dev
This commit is contained in:
parent
73d541b563
commit
6da5b102df
|
|
@ -25,7 +25,7 @@ public class SocialDirectoryService extends BaseService {
|
|||
* 列表接口
|
||||
* @param type 类型
|
||||
*/
|
||||
public Page<SocialDirectoryView> list(int type){
|
||||
public Page<SocialDirectoryView> list(int type,int pageNum,int pageSize){
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue