Commit 6c16b5b8 authored by fuyunnan's avatar fuyunnan

添加备货rpc 获取数量和列表

parent c240e851
......@@ -30,4 +30,27 @@ interface StoreServiceInterface
*/
public function createWarehousing(array $data) : array ;
/**
* description:生产单结束获取统计单号值
* author: fuyunnan
* @param string $sourceNo 生产单号
* @return array
* @throws
* Date: 2020/7/10
*/
public function CntSourceNoOrder($sourceNo) :array ;
/**
* description:通过来源单号获取产品列表
* author: fuyunnan
* @param string $sourceNo 生产单号
* @return array
* @throws
* Date: 2020/7/10
*/
public function listSourceNoProduct($sourceNo) : 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