导出excel
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.lovenav.service;
|
||||
|
||||
import com.alibaba.fastjson2.JSONArray;
|
||||
import com.lovenav.entity.UrlCateList;
|
||||
|
||||
import java.util.List;
|
||||
@@ -9,4 +10,8 @@ public interface UrlCateListService {
|
||||
|
||||
public int selectAndInsertUrlCate(String email , String cateName , String parent);
|
||||
public List<UrlCateList> selectUrListByUserId(Integer userId);
|
||||
|
||||
public String countCateContainUrlNumber(String userId);
|
||||
|
||||
public JSONArray getUrl(String userId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user