添加统计逻辑

This commit is contained in:
2025-12-29 17:28:14 +08:00
parent 1e542a55bf
commit b8a9f9b62e
10 changed files with 205 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace app\admin\model;
use think\Model;
class OrderRecharge extends Model
{
protected $name = 'recharge_order';
}