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

@@ -67,6 +67,8 @@ abstract class CateringBaseService extends BaseService
$this->checkRole();
$this->getCycleId();
$this->getKitchenId();
}
/**
@@ -96,6 +98,12 @@ abstract class CateringBaseService extends BaseService
$this->cycleId = (int)$cycleId;
}
private function getKitchenId(): void
{
//todo 自选配餐员工要绑定厨房 套餐配餐员工要绑定每日套餐
$this->kitchenId = 1;
}
/**
* @param array $data
* @return array