alexzy 2 жил өмнө
parent
commit
82dad07bd8

+ 13 - 0
src/admin/PromoteSettlementServiceInterface.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace Yxy\Service\admin;
+
+interface PromoteSettlementServiceInterface
+{
+    /**
+     * 结算订单
+     * @param array $ids
+     * @return void
+     */
+    public function settlementAll(array $ids): void;
+}