一系列接口
This commit is contained in:
13
src/main/java/com/lovenav/service/UrlListService.java
Normal file
13
src/main/java/com/lovenav/service/UrlListService.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package com.lovenav.service;
|
||||
|
||||
import com.lovenav.entity.UrlList;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface UrlListService {
|
||||
|
||||
public int selectCateAndInsertUrl(String parent,String name , String icon ,String url ,String email );
|
||||
public List<UrlList> selectUrList();
|
||||
public UrlList selectUrListByInput(String input);
|
||||
public UrlList selectUrlListByUrlId(Long urlId);
|
||||
}
|
Reference in New Issue
Block a user