오류 수정.

강석 최 2022-11-14 16:48:52 +09:00
parent 5445aa60ce
commit d9cd77b905
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import javax.persistence.*;
@DynamicInsert
@DynamicUpdate
@Table(name = "V_EMPLOYEE")
public class VEmployee extends BaseModel{
public class VEmployee {
@Id
@Column(name = "DIC_CODE")
private String dicCode;

View File

@ -20,7 +20,7 @@ import java.time.LocalDateTime;
@DynamicInsert
@DynamicUpdate
@Table(name = "V_HORD_YUNDONG_STAT")
public class VHordYundongStat extends BaseModel{
public class VHordYundongStat {
@Id
@Column(name = "HORD_YUNDONG_CD")
private String hordYundongCd;