feat: 新增产品回收站相关接口
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
|
||||
/**
|
||||
* 数据更新验证场景
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user