init
This commit is contained in:
@@ -21,5 +21,6 @@ public class AddUserReq {
|
||||
private Integer marriage;
|
||||
private String profession;
|
||||
private Integer annualIncome;
|
||||
private Integer forPersonals;
|
||||
private String pictures;
|
||||
}
|
||||
|
||||
@@ -19,5 +19,6 @@ public class UpdateUserReq {
|
||||
private Integer education;
|
||||
private Integer marriage;
|
||||
private String profession;
|
||||
private Integer forPersonals;
|
||||
private Integer annualIncome;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user