parent
ba75e41c23
commit
26f9856131
@ -0,0 +1,13 @@
|
||||
package com.dao;
|
||||
import java.sql.SQLException;
|
||||
import java.util.*;
|
||||
import com.domain.Dynamic;
|
||||
|
||||
public interface DynamicDao extends Dao{
|
||||
|
||||
// public PostCheck findDyid(int Dyid) throws SQLException;
|
||||
public List<Dynamic> listDynamic()throws SQLException;
|
||||
public int removeDynamic(int Dyid)throws SQLException;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in new issue