Commit cac38355 authored by 王源's avatar 王源 🎧

添加通过产品id获取维护的所有尺码

parent fbbe2050
...@@ -140,4 +140,12 @@ interface ProductServiceInterface ...@@ -140,4 +140,12 @@ interface ProductServiceInterface
*/ */
public function reportPoints(array $columns = ['*']): array; public function reportPoints(array $columns = ['*']): array;
/**
* 通过产品id获取维护的所有尺码
* @param $id
* @return array
* @author Zero
*/
public function getSizesById($id): array;
} }
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