<?php namespace app\common\model; /** * 抖音广告推送链接配置 * */ class TiktokPush extends \think\Model { protected $pk = 'id'; protected $table= 'nw_tiktok_push'; }