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

添加获取全部申报要素列表

parent 285edc97
......@@ -133,4 +133,11 @@ interface ProductServiceInterface
*/
public function getWithPoint(array $idList, $groupByFlag = false);
/**
* 获取全部申报要素列表
* @param array $columns 默认['*']
* @return array
*/
public function reportPoints(array $columns = ['*']): 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