LedgerTeacChangeModel.php 174 B

123456789101112
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. class LedgerTeacChangeModel extends Model
  5. {
  6. // LedgerPowerChangeModel
  7. protected $name = "ledger_teac_change";
  8. }