TiktokPush.php 190 B

123456789101112
  1. <?php
  2. namespace app\common\model;
  3. /**
  4. * 抖音广告推送链接配置
  5. *
  6. */
  7. class TiktokPush extends \think\Model
  8. {
  9. protected $pk = 'id';
  10. protected $table= 'nw_tiktok_push';
  11. }