Region.php 203 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <?php /** * Created by PhpStorm. * User: chouchou * Date: 2019-6-16 * Time: 16:55 */ namespace app\station\model; use think\Model; class Region extends Model { protected $table = 'region'; }