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