Skip to content

Commit

Permalink
feat: add enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed Sep 9, 2024
1 parent ca559d3 commit b17c1a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ public enum OrderStatus {
ORDER_PENDING("주문 대기"),
ORDER_PLACE("입금 완료"),
SHIPPING("배송 중"),
DELAYED_SHIPPING("지연 배송"),
WARNING("경고"),
COMPLETED("거래 완료"),
CANCELLED("거래 취소")
;
Expand Down

0 comments on commit b17c1a5

Please sign in to comment.