<?php namespace app\common\model; use think\Model; class LedgerTeacChangeModel extends Model { // LedgerPowerChangeModel protected $name = "ledger_teac_change"; }