|
|
@@ -63,6 +63,17 @@ public class OrganizationUserModel extends SuperModel {
|
|
|
@Schema(description = "审核用户")
|
|
|
private String reViewUserId;
|
|
|
|
|
|
+ private String reViewUserName;
|
|
|
+
|
|
|
+ private UserCountSimpleModel reViewUser;
|
|
|
+
|
|
|
+ public String getReViewUserName() {
|
|
|
+ if (reViewUser != null) {
|
|
|
+ return reViewUser.getName();
|
|
|
+ }
|
|
|
+ return "";
|
|
|
+ }
|
|
|
+
|
|
|
@Schema(description = "审核时间")
|
|
|
private Long reViewTime;
|
|
|
|