feat : catering
This commit is contained in:
@@ -95,6 +95,17 @@ class AdminRedisKey
|
||||
return 'catering:option:is:cycle_id:'.$cycleId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 套餐配餐点位顺序
|
||||
* @param int $cycleId
|
||||
* @param int $kitchenId
|
||||
* @return string
|
||||
*/
|
||||
public static function mealSiteOrderByKitchenId(int $cycleId,int $kitchenId): string
|
||||
{
|
||||
return 'meal:site:order:cycle_id:'.$cycleId.':kitchen_id:'.$kitchenId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user