2026-05-01 쌀추가

This commit is contained in:
2026-05-01 11:22:29 +09:00
parent ab99771eff
commit d175cb9db5
11 changed files with 43 additions and 8 deletions

View File

@@ -37,6 +37,7 @@ public enum ItemCategory
{
Fruit,
Vegetable,
Grain,
Dairy,
Bakery,
Meat,
@@ -53,5 +54,6 @@ public enum ProductGroup
PotatoChip,
GreenBeans,
CheeseChip,
Rice
}
}