Commit 42c195d7 authored by 王源's avatar 王源 🎧

添加获取平台产品关联申报要素数据

parent e2025c32
......@@ -33,11 +33,19 @@ interface PlatformProductServiceInterface
*/
public function getByIdList(array $idList, array $relations = [], $columns = ['*']): array;
/**
* 获取申报要素数据
* @param array $idList
* @param bool $groupByFlag
* @return array
*/
public function getWithPoint(array $idList, $groupByFlag = false);
/**
* 获取全部平台产品状态列表
* @param array $columns 默认['id', 'name']
* @return array
*/
public function platformProductStatus(array $columns = ['id', 'name']): 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