parent
f6283943cf
commit
5da515c209
@ -0,0 +1,15 @@
|
|||||||
|
package com.dao;
|
||||||
|
|
||||||
|
import java.sql.SQLException;
|
||||||
|
import java.util.*;
|
||||||
|
|
||||||
|
import com.domain.Authority;
|
||||||
|
import com.domain.Dynamic;
|
||||||
|
|
||||||
|
public interface AuthorityDao extends Dao{
|
||||||
|
|
||||||
|
// public PostCheck findDyid(int Dyid) throws SQLException;
|
||||||
|
public List<Authority> listAuthority()throws SQLException;
|
||||||
|
public int removeAuthority(int Cid)throws SQLException;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue