Commit 3a9c0b39 authored by qinjunkun's avatar qinjunkun

仓库新增 virtualInvoiceVerified 接口

parent 58bc0265
......@@ -311,4 +311,12 @@ interface StoreServiceInterface
* Date: 2020/12/14
*/
public function cancelOrderDeliver($sourceNos, $field): int;
/**
* 虚拟发票核销完成 [['invoice_serial_no' => '', 'invoice_no' => '']]
* @param array $invoiceMap [['invoice_serial_no' => '', 'invoice_no' => '']]
* @return mixed
*/
public function virtualInvoiceVerified(array $invoiceMap);
}
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