parent
b2bc9ff63b
commit
595fd39ae1
@ -0,0 +1,12 @@
|
||||
package com.dao;
|
||||
import java.sql.SQLException;
|
||||
import java.util.*;
|
||||
import com.domain.PostCheck;
|
||||
|
||||
public interface PostCheckDao extends Dao{
|
||||
|
||||
// public PostCheck findDyid(int Dyid) throws SQLException;
|
||||
public List<PostCheck> listPostCheck()throws SQLException;
|
||||
public int removePostCheck(int Dyid)throws SQLException;
|
||||
|
||||
}
|
Loading…
Reference in new issue