feat:material_application dish

This commit is contained in:
LAPTOP-7SGDREK0\shiweijun
2025-02-07 09:54:26 +08:00
parent fe8eb1d175
commit cc6f530c8e
5 changed files with 46 additions and 3 deletions

View File

@@ -34,7 +34,8 @@ class DishRequest extends FormRequest
protected array $scenes = [
'add' => ['dish_name','profile','pre_quantity','price','side_dish','flavor','cycle_id','city_id','kitchen_id'],
'edit' => ['id','dish_name','profile','pre_quantity','price','side_dish','flavor'],
'list' =>['limit']
'list' =>['limit'],
'delete' =>['id'],
];
}