Commit 05cdd6c7 authored by  林继鑫's avatar 林继鑫

采购系统 仓库系统 增加rpc方法

parent 6ae8a421
...@@ -17,5 +17,25 @@ interface SpecimenServiceInterface ...@@ -17,5 +17,25 @@ interface SpecimenServiceInterface
*/ */
public function creatLogistics($data); public function creatLogistics($data);
/**
* 样品库管理列表
* @param $params
*/
public function getSpecimenList($params);
/**
* 批量获取待入库列表
* @param $params
* @return void
* @author chentianyu
*/
public function getBatchStockInList($params);
/**
* 批量查询退货信息列表
* @return array
* @author chentianyu
*/
public function batchProductReturnListNew($params);
} }
\ No newline at end of file
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