<?php /** * Created by PhpStorm. * Author: 芸众商城 www.yunzshop.com * Date: 2019/11/6 * Time: 上午11:32 */ namespace app\common\models; class FormId extends BaseModel { public $table = 'yz_member_mini_formid'; }