feat:material

This commit is contained in:
LAPTOP-7SGDREK0\shiweijun
2025-02-11 14:47:53 +08:00
parent f0cab985d4
commit 8321940169
4 changed files with 17 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ class MaterialRequest extends FormRequest
return [
'limit' => 'required|integer',
'query_name' =>'sometimes|string',
'city_id' => 'sometimes|integer|exists:system_city,id',
'kitchen_id' => 'sometimes|integer|exists:kitchen,id',
];
}