Merge remote-tracking branch 'origin/master'
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
This commit is contained in:
@@ -11,6 +11,7 @@ import lombok.NonNull;
|
|||||||
import org.hibernate.annotations.Cache;
|
import org.hibernate.annotations.Cache;
|
||||||
import org.hibernate.annotations.CacheConcurrencyStrategy;
|
import org.hibernate.annotations.CacheConcurrencyStrategy;
|
||||||
import org.hibernate.annotations.Comment;
|
import org.hibernate.annotations.Comment;
|
||||||
|
import org.springframework.data.annotation.CreatedDate;
|
||||||
import org.springframework.data.annotation.LastModifiedDate;
|
import org.springframework.data.annotation.LastModifiedDate;
|
||||||
|
|
||||||
import javax.persistence.*;
|
import javax.persistence.*;
|
||||||
@@ -73,6 +74,12 @@ public class UserInfo extends AbstractEntity<String> implements Serializable {
|
|||||||
@LastModifiedDate
|
@LastModifiedDate
|
||||||
private LocalDateTime lastamndyms;
|
private LocalDateTime lastamndyms;
|
||||||
|
|
||||||
|
@Column(length = 14)
|
||||||
|
@Comment("등록 일시")
|
||||||
|
@Convert(converter = LocalDateTimeToStringConverter14.class)
|
||||||
|
@CreatedDate
|
||||||
|
private LocalDateTime regdyms;
|
||||||
|
|
||||||
@Column(length = 80)
|
@Column(length = 80)
|
||||||
@Comment("부서명")
|
@Comment("부서명")
|
||||||
private String dvsnname;
|
private String dvsnname;
|
||||||
|
|||||||
Reference in New Issue
Block a user