数据库更新

This commit is contained in:
技术老胡
2024-10-29 10:02:19 +08:00
parent 92616ae733
commit 871ea763ac
2 changed files with 3 additions and 5 deletions

View File

@@ -5,11 +5,9 @@ declare(strict_types=1);
namespace app\controller;
use app\BaseController;
use app\model\Order;
use app\model\PayAccount;
use app\model\PayChannel;
use think\facade\View;
use app\model\Platform;
class PayManageController extends BaseController
{