format code

This commit is contained in:
2022-05-24 17:56:17 +08:00
parent c1acb5b92e
commit fa9befb1b1

View File

@@ -6,6 +6,8 @@
public interface IUser {
public String getName();
public int getBook();
public void moreBook(int number);
}