DiverseYouthNightSchool/application/manystore/model/Admin.php

13 lines
137 B
PHP
Raw Permalink Normal View History

<?php
namespace app\manystore\model;
use think\Model;
class Admin extends Model
{
// 表名
protected $name = 'admin';
}