From 04102f7237efefa744090ed7c25f7b5d0807b679 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 18:11:57 +0800
Subject: [PATCH] 完成运营中心提现和运营中心权限管理
---
admin/app/api/model/plus/operations/Setting.php | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/admin/app/api/model/plus/operations/Setting.php b/admin/app/api/model/plus/operations/Setting.php
new file mode 100644
index 0000000..3b9ecd6
--- /dev/null
+++ b/admin/app/api/model/plus/operations/Setting.php
@@ -0,0 +1,11 @@
+<?php
+
+namespace app\api\model\plus\operations;
+use app\common\model\plus\operations\Setting as SettingModel;
+/**
+ * 运营中心设置模型
+ */
+class Setting extends SettingModel
+{
+
+}
\ No newline at end of file
--
Gitblit v1.9.2