作者 lyh

gx

  1 +<?php
  2 +/**
  3 + * @remark :
  4 + * @name :Mobile.php
  5 + * @author :lyh
  6 + * @method :post
  7 + * @time :2023/12/25 15:41
  8 + */
  9 +
  10 +namespace App\Models\Manage;
  11 +
  12 +use App\Models\Base;
  13 +
  14 +class Mobile extends Base
  15 +{
  16 + protected $table = 'gl_mobile';
  17 +}