중간저장

This commit is contained in:
2026-05-04 10:25:39 +09:00
parent 88ce5586c0
commit 24f201142c
20 changed files with 96 additions and 12 deletions

View File

@@ -46,7 +46,8 @@ public enum ItemCategory
Drink,
Snack,
Household,
Tea
Tea,
Pet
}
@@ -70,6 +71,9 @@ public enum ProductGroup
ShaveFoam,
SunCream,
Lotion,
Gum
Gum,
WetWipes,
Toothpaste,
DogFood
}
}