data_center/app/common/model/user/ShopMerchant.php

11 lines
189 B
PHP
Raw Normal View History

2023-09-18 17:04:42 +08:00
<?php
namespace app\common\model\user;
use app\common\model\BaseModel;
class ShopMerchant extends BaseModel
{
protected $connection = 'mysql3';
protected $name = 'eb_merchant';
}