Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
zhangxiaoyu
/
spring_demo
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
039f8ece86
Ramas
Etiquetas
master
spring_demo
/
src
/
main
/
java
/
com
/
dao
/
StudentDao.java
StudentDao.java
81 B
Histórico
Raw
1
2
3
4
5
6
package com.dao;
public interface StudentDao {
public void showStudent();
}