jiapeng 7 vuotta sitten
vanhempi
commit
13a20ea78e
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      src/main/java/com/ekexiu/portal/dao/WatchDao.java

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

35
	@From(Watch.class)
35
	@From(Watch.class)
36
	public abstract int deletePro(Connection con, String professorId) throws SQLException;
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
	@DeleteWith
42
	@DeleteWith
39
	@From(Watch.class)
43
	@From(Watch.class)
40
	public abstract int deleteWatch(Connection con, String watchObject) throws SQLException;
44
	public abstract int deleteWatch(Connection con, String watchObject) throws SQLException;