Commit bf26d334 authored by Liu lu's avatar Liu lu

同步产品绑定供应链状态

parent ae677154
<?php
namespace Meibuyu\Rpc\Service\Interfaces\Product;
interface SupplyChainStockUServiceInterface
{
/**
* 同步产品绑定供应链状态
* @return mixed
* @author Liu lu
* date 2022-08-01
*/
public function syncProductStockUpStatus($productId,$status);
}
\ 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