Commit 627a83bf authored by zhaopeng343's avatar zhaopeng343

入库RPC

parent 7ba4198d
<?php
namespace Meibuyu\Micro\Service\Interfaces\Order;
interface StockUpServiceInterface
{
/**
*自动备货入库后改变备货单状态为已入库
* @param $stockNo
* @return mixed
*/
public function stockIntoUpdateStatus($stockNo):bool;
}
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