Files
shop-platform/src/app/model/rrmodel/EweiShopWxappPage.php
2025-10-29 15:32:26 +08:00

11 lines
155 B
PHP

<?php
namespace app\model\rrmodel;
use think\Model;
use think\facade\Db;
class EweiShopWxappPage extends Model
{
protected $connection = 'rrdata';
}