Commit fb948ef0 authored by Liu lu's avatar Liu lu

批量取消采购

parent 6eccf4c0
...@@ -26,4 +26,14 @@ interface PurchaseDemandServiceInterface ...@@ -26,4 +26,14 @@ interface PurchaseDemandServiceInterface
* @return bool * @return bool
*/ */
public function deleteDemandByIds(array $demandIds): bool; public function deleteDemandByIds(array $demandIds): bool;
/**
* 批量取消采购
* @param array $subOrderNos 子单号数组
* @param array $user Auth::user()
* @author Liu lu
* date 2023-01-10
*/
public function batchCancelPurchase(array $subOrderNos,$user);
} }
\ 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