parent
aa410960b8
commit
f13c6e943a
@ -0,0 +1,12 @@
|
||||
package com.dao;
|
||||
import java.sql.SQLException;
|
||||
|
||||
import java.util.*;
|
||||
import com.domain.Report;
|
||||
|
||||
public interface ReportDao extends Dao{
|
||||
|
||||
public List<Report> listReport()throws SQLException;
|
||||
public int removeReport(int Rid)throws SQLException;
|
||||
|
||||
}
|
Loading…
Reference in new issue