update
This commit is contained in:
@@ -8,10 +8,10 @@ import java.util.List;
|
||||
public interface UrlCateListService {
|
||||
|
||||
|
||||
public int selectAndInsertUrlCate(String email , String cateName , String parent);
|
||||
public int selectAndInsertUrlCate(Integer userId , String cateName , String parent,String icon);
|
||||
public List<UrlCateList> selectUrListByUserId(Integer userId);
|
||||
|
||||
public String countCateContainUrlNumber(String userId);
|
||||
public String countCateContainUrlNumber(Integer userId);
|
||||
|
||||
public JSONArray getUrl(String userId);
|
||||
public String selectUrListCateByUrlCateId(Integer cateId);
|
||||
|
Reference in New Issue
Block a user