WithdrawLog.php 149 B

12345678910111213
  1. <?php
  2. namespace app\common\model;
  3. use think\Model;
  4. class WithdrawLog extends Model
  5. {
  6. protected $name = 'shop_withdraw_log';
  7. }