This commit is contained in:
牛子源 2025-04-17 11:29:39 +08:00
parent 73d541b563
commit 6da5b102df
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class SocialDirectoryService extends BaseService {
* 列表接口 * 列表接口
* @param type 类型 * @param type 类型
*/ */
public Page<SocialDirectoryView> list(int type){ public Page<SocialDirectoryView> list(int type,int pageNum,int pageSize){
return null; return null;
} }