This commit is contained in:
77
2024-03-25 22:48:10 +08:00
parent 08778d4a92
commit 65aaaf39c8
34 changed files with 966 additions and 23 deletions

View File

@@ -140,6 +140,9 @@ public class User implements Serializable {
@Schema(description = "基础资料是否完成 0 未完成 1已完成")
private Integer finishBaseStatus;
@Schema(description = "微信号")
private String wxCode;
/**
* 基础信息完成进度
*/