Commit f2f87e02 authored by chentianyu's avatar chentianyu

获取报关品名

parent 0f4299cd
...@@ -257,5 +257,15 @@ interface ProductServiceInterface ...@@ -257,5 +257,15 @@ interface ProductServiceInterface
*/ */
public function getProductsByWhere(array $where, array $select = ['id'], array $limitIds = null): array; public function getProductsByWhere(array $where, array $select = ['id'], array $limitIds = null): array;
/**
* 获取报关品名
* @param array $where
* @param array $select
* @param array|null $limitIds
* @return array
* @author chentianyu
*/
public function getProductNamesByWhere(array $where, array $select = ['id'], array $limitIds = null): 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