This commit is contained in:
张良(004796)
2024-04-22 11:06:35 +08:00
parent 3ce06a8ede
commit d631388b85
5 changed files with 22 additions and 7 deletions

View File

@@ -21,5 +21,5 @@ public class AddUserReq {
private Integer marriage;
private String profession;
private Integer annualIncome;
private List<String> picturesList;
private String pictures;
}