修改互联网端-返回手机号,向app_user插入数据

This commit is contained in:
sh
2025-11-19 19:00:05 +08:00
parent 67aff89de2
commit 9b1983292c
3 changed files with 62 additions and 0 deletions

View File

@@ -19,4 +19,6 @@ public class WwTyInfo {
private String idno;
@ApiModelProperty("个人姓名")
private String name;
@ApiModelProperty("手机号")
private String phone;
}