Skip to content

Commit

Permalink
♻️ [REFACTOR] ProductRegister enum 수정 (#188)
Browse files Browse the repository at this point in the history
♻️ [REFACTOR] ProductRegister enum 수정 (#188)
  • Loading branch information
gomin0 authored Aug 22, 2024
2 parents 1bcaba3 + 4f437dd commit 15d301c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public class ProductRegister {
@Column(name = "reason")
private String reason; // 거부 or 보류 사유

@Enumerated(EnumType.STRING)
@Column(name = "type")
private RegisterType type; // 등록 요청 or 수정 요청

Expand Down

0 comments on commit 15d301c

Please sign in to comment.