mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
6 lines
93 B
Java
6 lines
93 B
Java
public interface InterfaceTest {
|
|
default String getName(){
|
|
return "111";
|
|
}
|
|
}
|