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

仓库主产品rpc添加获取申报要素数据方法

parent 50a06dbb
......@@ -116,4 +116,12 @@ interface ProductServiceInterface
*/
public function getReportPointById(int $id, array $relations = [], array $columns = ['id', 'hs_code', 'point']);
/**
* 获取申报要素数据
* @param array $idList 默认去重
* @param bool $groupByFlag
* @return array keyBy('id')
*/
public function getWithPoint(array $idList, $groupByFlag = false);
}
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