feat(user): 添加用户实体类 #1
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