Commit 124c5819 authored by 王源's avatar 王源 🎧

添加获取某原料品类下的所有原料品名rpc方法

parent f56ae993
......@@ -43,4 +43,11 @@ interface MaterialServiceInterface
*/
public function getMaterialNamesByIdList(array $idList, array $columns = ['*']): array;
/**
* 获取某原料品类下的所有原料品名
* @param $categoryId
* @return array
*/
public function getMaterialNamesByCategoryId($categoryId);
}
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