TRX 1 سال پیش
والد
کامیت
b79ac2e16d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      FullCardClient/src/main/java/com/zhongshu/card/client/model/org/RegisterUserAccountParam.java

+ 1 - 0
FullCardClient/src/main/java/com/zhongshu/card/client/model/org/RegisterUserAccountParam.java

@@ -61,6 +61,7 @@ public class RegisterUserAccountParam {
     @Schema(description = "用户类型", hidden = true)
     @Schema(description = "用户类型", hidden = true)
     private UserType userType = UserType.Consumer;
     private UserType userType = UserType.Consumer;
 
 
+    @Schema(description = "用户状态")
     private UserState state;
     private UserState state;
 
 
 }
 }