Commit febf92fb authored by Bob Lee Swagger's avatar Bob Lee Swagger

增加删除采购单

parent 9c7fc8e0
......@@ -28,4 +28,10 @@ interface PurchaseOrderServiceInterface
* @return mixed
*/
public function updatePurchaseOrder($id, $data);
/**
* @param array $ids
* @return mixed
*/
public function deletePurchaseOrder($ids);
}
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