jiapeng 7 years ago
parent
commit
13a20ea78e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/java/com/ekexiu/portal/dao/WatchDao.java

+ 4 - 0
src/main/java/com/ekexiu/portal/dao/WatchDao.java

@ -35,6 +35,10 @@ public abstract class WatchDao {
35 35
	@From(Watch.class)
36 36
	public abstract int deletePro(Connection con, String professorId) throws SQLException;
37 37

38
	@DeleteWith
39
	@From(Watch.class)
40
	public abstract int deleteWatch(Connection con,short watchType,String watchObject) throws SQLException;
41
	
38 42
	@DeleteWith
39 43
	@From(Watch.class)
40 44
	public abstract int deleteWatch(Connection con, String watchObject) throws SQLException;