<?php namespace app\model; use think\Model; class LawRegulations extends Model { protected $table = "jm_xy_lawregulations"; }