Commit 071bf7f0 authored by  林继鑫's avatar 林继鑫

产品服务新增rpc方法

parent 60a869a8
......@@ -469,4 +469,12 @@ interface ProductServiceInterface
* @return mixed
*/
public function CategoryGrading($id,$supplierId);
/**
* 通过一级品类寻找子集品类
* @param $id
* @param bool $firstCategory
*/
public function ChildCategoryByParentId($id,$firstCategory = true);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment