|
|
@@ -25,8 +25,8 @@ public class UserCountRegisterParam extends ProjectOidParam {
|
|
|
@Schema(description = "密码")
|
|
|
private String passWord;
|
|
|
|
|
|
- @Schema(description = "验证密码")
|
|
|
- private String rePassWord;
|
|
|
+// @Schema(description = "验证密码")
|
|
|
+// private String rePassWord;
|
|
|
|
|
|
@Schema(description = "所属机构oid")
|
|
|
private String oid;
|
|
|
@@ -57,7 +57,7 @@ public class UserCountRegisterParam extends ProjectOidParam {
|
|
|
|
|
|
@Schema(description = "职位")
|
|
|
private String positionId;
|
|
|
-
|
|
|
+
|
|
|
@Schema(description = "用户状态", hidden = true)
|
|
|
private UserState state = UserState.Normal;
|
|
|
|