商户订单

This commit is contained in:
liu
2026-06-17 10:52:47 +08:00
parent 8d52e863b9
commit 845bea4b81
35 changed files with 1716 additions and 0 deletions
+8
View File
@@ -37,6 +37,8 @@ import merchantProductCategory from "./merchant/product-category";
import merchantProduct from "./merchant/product";
import merchantPrinter from "./merchant/printer";
import merchantPrintTask from "./merchant/print-task";
import merchantOrder from "./merchant/order";
import merchantRefund from "./merchant/refund";
import taskCategory from "./task/category";
import taskOrderErrand from "./task/order-errand";
@@ -55,6 +57,8 @@ import financeDeposit from "./finance/deposit";
import financeDepositPayment from "./finance/deposit-payment";
import financeWithdrawal from "./finance/withdrawal";
import financeTransaction from "./finance/transaction";
import financeOrderPayment from "./finance/order-payment";
import financeMerchantWithdrawal from "./finance/merchant-withdrawal";
import userProfile from "./user/profile";
@@ -98,6 +102,8 @@ export default {
...merchantProduct,
...merchantPrinter,
...merchantPrintTask,
...merchantOrder,
...merchantRefund,
...taskCategory,
...taskOrderErrand,
...taskOrderPickup,
@@ -113,6 +119,8 @@ export default {
...financeDepositPayment,
...financeWithdrawal,
...financeTransaction,
...financeOrderPayment,
...financeMerchantWithdrawal,
...userProfile,
...xinForm,
...xinTable,