feat: 新增产品回收站相关接口

This commit is contained in:
jsasg
2025-02-17 15:26:46 +08:00
parent cafcf8da02
commit 2cb58b5f9a
4 changed files with 122 additions and 1 deletions

View File

@@ -91,6 +91,14 @@ class ProductValidate extends Validate
return $this->only(['categroy_id', 'is_show', 'created_at']);
}
/**
* 回收站分页验证场景
*/
public function sceneTrash()
{
return $this->only(['categroy_id']);
}
/**
* 数据更新验证场景
*/