SupplyChainStockUpServiceInterface.php 299 Bytes
Newer Older
1 2 3 4 5 6
<?php


namespace Meibuyu\Rpc\Service\Interfaces\Product;


7
interface SupplyChainStockUpServiceInterface
8 9 10 11 12 13 14 15 16 17 18 19
{


    /**
     * 同步产品绑定供应链状态
     * @return mixed
     * @author Liu lu
     * date 2022-08-01
     */
   public function syncProductStockUpStatus($productId,$status);

}