Skip to content

Commit

Permalink
refactor: 알림 enum 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
catnine11 committed Jan 2, 2025
1 parent e8a420e commit 842db02
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ public enum NotificationType {
purchase("구매서"),
purchaseOrder("발주서"),
shippingInstruction("출하지시서"),
shippingSlip("출하전표");
shippingSlip("출하전표"),
workOrder("작업지시서"),
productionDisbursement("생산불출");

private final String value;

Expand Down

0 comments on commit 842db02

Please sign in to comment.