feat : catering

This commit is contained in:
2025-03-11 10:16:18 +08:00
parent e3ecd93b2d
commit d9f52ac755
7 changed files with 69 additions and 12 deletions

View File

@@ -45,4 +45,19 @@ class CateringController
{
return (new OptionCycleListService)->remainCount();
}
public function getMealGoodsList()
{
return (new MealCycleListService)->skuList();
}
public function mealCatering()
{
}
public function optionCatering()
{
}
}