Compare commits
2 Commits
4bdc10886f
...
01771ae360
| Author | SHA1 | Date | |
|---|---|---|---|
| 01771ae360 | |||
| b35b511215 |
10
src/main/java/com/example/textgit/pojo/user.java
Normal file
10
src/main/java/com/example/textgit/pojo/user.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.example.textgit.pojo;
|
||||
|
||||
public class user {
|
||||
|
||||
private String name;
|
||||
private int age;
|
||||
private String sex;
|
||||
private String address;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user