중간저장

This commit is contained in:
2026-05-11 12:44:44 +09:00
parent 723c2742a1
commit 5e835c5473
14 changed files with 66 additions and 12 deletions

View File

@@ -48,7 +48,9 @@ public enum ItemCategory
Household,
Tea,
Pet,
Frozen
Frozen,
Sauce,
Instant
}
@@ -106,7 +108,10 @@ public enum ProductGroup
Bacon,
Cookie,
Cereal,
GreenTea
GreenTea,
Ketchup,
Mustard,
Soup
}
}