TRX hai 1 ano
pai
achega
b79ac2e16d

+ 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)
     private UserType userType = UserType.Consumer;
 
+    @Schema(description = "用户状态")
     private UserState state;
 
 }