<?php /** * Created by PhpStorm. * User: liuyifan * Date: 2019/3/19 * Time: 19:17 */ namespace app\platform\modules\application\models; class WechatAttachment extends CoreAttach { protected $tableName = 'yz_wechat_attachment'; }