作者 lyh

gx

<?php
/**
* @remark :
* @name :Mobile.php
* @author :lyh
* @method :post
* @time :2023/12/25 15:41
*/
namespace App\Models\Manage;
use App\Models\Base;
class Mobile extends Base
{
protected $table = 'gl_mobile';
}
... ...