webman_ad/app/model/ThirdUser.php
2024-12-20 18:08:48 +08:00

10 lines
158 B
PHP

<?php
namespace app\model;
use think\Model;
class ThirdUser extends Model
{
protected $table = 'bps.bps_third_user';
protected $primaryKey = 'id';
}