Commit 8528e30b authored by 周智鹏's avatar 周智鹏

采购PRC

parent fba254c7
<?php
namespace Meibuyu\Micro\Service\Interfaces\Purchase;
interface PurchaseDoneServiceInterface
{
/**
*通过子订单编号修改采购状态
* @param array $orderIds 子订单编号 ['3333444','12222']
* @return mixed
*/
public function archivePurchase($orderIds);
}
\ 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