Commit 690e257a authored by carlos's avatar carlos

礼服备货rpc接口

parent 0e9a2ae9
...@@ -147,4 +147,13 @@ interface ProductionServiceInterface ...@@ -147,4 +147,13 @@ interface ProductionServiceInterface
*/ */
public function isReadProductionMessage(array $params); public function isReadProductionMessage(array $params);
/**
* Notes: 获取礼服备货单信息
* User: carlos
* DateTime: 2022/11/8 18:48
* @param $code
* @return array
*/
public function getStockUpOrder($code): 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