parent
8adecb74cf
commit
19b771e0c1
@ -0,0 +1,12 @@
|
|||||||
|
package com.dao;
|
||||||
|
import java.sql.SQLException;
|
||||||
|
import java.util.*;
|
||||||
|
import com.domain.Article;
|
||||||
|
|
||||||
|
public interface ArticleDao extends Dao{
|
||||||
|
|
||||||
|
// public PostCheck findDyid(int Dyid) throws SQLException;
|
||||||
|
public List<Article> listArticle()throws SQLException;
|
||||||
|
public int removeArticle(int Aid)throws SQLException;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue