From 9bccd99ac672bba8427aa3e28204d6dcf9fa3460 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 수, 17 11월 2021 18:08:14 +0900
Subject: [PATCH] 이슈 수정 진행[프론트]

---
 src/main/java/kr/wisestone/owl/vo/UserVo.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/java/kr/wisestone/owl/vo/UserVo.java b/src/main/java/kr/wisestone/owl/vo/UserVo.java
index eb0fea6..71bf358 100644
--- a/src/main/java/kr/wisestone/owl/vo/UserVo.java
+++ b/src/main/java/kr/wisestone/owl/vo/UserVo.java
@@ -20,6 +20,7 @@
     private String socialType;
     private Long lastWorkspaceId;
     private Long lastProjectId;
+    private Long departmentId;
     private Boolean userSocialLogin = Boolean.FALSE;
     private List<ProjectVo> projectVos = Lists.newArrayList();
     private String reservationNotifyTime;
@@ -47,6 +48,13 @@
         this.phone = phone;
     }
 
+    public Long getDepartmentId() {
+        return departmentId;
+    }
+
+    public void setDepartmentId(Long departmentId) {
+        this.departmentId = departmentId;
+    }
     public Long getId() {
         return id;
     }

--
Gitblit v1.8.0