Skip to content

Commit

Permalink
chore: (#286) javadoc 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Jan 11, 2023
1 parent eaedc96 commit 121a19c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package team.comit.simtong.domain.user.model

/**
*
* EmployeeNumber
* User Aggregate 중 사원번호를 담당하는 EmployeeNumber
*
* @author kimbeomjin
* @date 2023/01/10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package team.comit.simtong.domain.user.model

/**
*
* NickName
* User Aggregate 중 닉네임을 담당하는 NickName
*
* @author kimbeomjin
* @date 2023/01/10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package team.comit.simtong.domain.user.model

/**
*
* Password
* User Aggregate 중 비밀번호를 담당하는 Password
*
* @author kimbeomjin
* @date 2023/01/10
Expand Down

0 comments on commit 121a19c

Please sign in to comment.