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