Commit b6fc6ff0 authored by fuyunnan's avatar fuyunnan

Merge branch 'stock_into_rpc' into test

parents b5a4c07e 627a83bf
<?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