오류 수정.

강석 최 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 @DynamicInsert
@DynamicUpdate @DynamicUpdate
@Table(name = "V_EMPLOYEE") @Table(name = "V_EMPLOYEE")
public class VEmployee extends BaseModel{ public class VEmployee {
@Id @Id
@Column(name = "DIC_CODE") @Column(name = "DIC_CODE")
private String dicCode; private String dicCode;

View File

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